Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcraig-ibme committed Mar 21, 2017
1 parent c07ba29 commit 35f3104
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ all: ${SCRIPTS}

# Always rebuild scripts
.PHONY: FORCE
FORCE:

$(SCRIPTS): %: %.in FORCE
sed -e "s/\$${GIT_SHA1}/${GIT_SHA1}/" -e "s/\$${GIT_DATE}/${GIT_DATE}/" $< >$@

clean:
rm ${SCRIPTS}

FORCE:

0 comments on commit 35f3104

Please sign in to comment.