diff --git a/Makefile b/Makefile index 5f4c092..57e38e9 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,6 @@ all: ${SCRIPTS} # Always rebuild scripts .PHONY: FORCE -FORCE: $(SCRIPTS): %: %.in FORCE sed -e "s/\$${GIT_SHA1}/${GIT_SHA1}/" -e "s/\$${GIT_DATE}/${GIT_DATE}/" $< >$@ @@ -21,3 +20,5 @@ $(SCRIPTS): %: %.in FORCE clean: rm ${SCRIPTS} +FORCE: +