mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Ensure that hg-id is regenerated even when it already exists.
This commit is contained in:
parent
12aa50d08f
commit
be6af65e30
@ -53,6 +53,7 @@ version.c: hg-id
|
|||||||
printf '%s\n' '";' >> $@
|
printf '%s\n' '";' >> $@
|
||||||
|
|
||||||
.INTERMEDIATE: hg-id
|
.INTERMEDIATE: hg-id
|
||||||
|
.PHONY: hg-id
|
||||||
hg-id: $(wget_SOURCES) $(LDADD)
|
hg-id: $(wget_SOURCES) $(LDADD)
|
||||||
-( hg id | cut -f 1 -d ' ' ) 2>/dev/null > $@
|
-( hg id | cut -f 1 -d ' ' ) 2>/dev/null > $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user