Ensure that hg-id is regenerated even when it already exists.

This commit is contained in:
Micah Cowan 2007-10-13 02:57:57 -07:00
parent 12aa50d08f
commit be6af65e30
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ version.c: hg-id
printf '%s\n' '";' >> $@
.INTERMEDIATE: hg-id
.PHONY: hg-id
hg-id: $(wget_SOURCES) $(LDADD)
-( hg id | cut -f 1 -d ' ' ) 2>/dev/null > $@