Minor Makefile updates.

This commit is contained in:
Markus F.X.J. Oberhumer
2007-02-26 01:33:08 +01:00
parent 675d0a009a
commit edce076e68
3 changed files with 17 additions and 9 deletions
+3 -1
View File
@@ -104,14 +104,16 @@ default: $$(default.targets)
endif
endif
all.targets ?= .upx-stubtools-stamp tmp/.tmp-stamp .all-stamp
all: $$(all.targets)
.upx-stubtools-stamp: $(MAKEFILE_LIST)
upx-stubtools-check-version 20060823
@echo "timestamp" > $@
tmp/.tmp-stamp:
%/.tmp-stamp:
@mkdir -p $(dir $@)
@echo "timestamp" > $@
.PRECIOUS: %/.tmp-stamp
.all-stamp: $$(STUBS)
@echo "timestamp" > $@