diff --git a/Makefile b/Makefile index dfbc010..c2c905e 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,7 @@ removehostfiles : /bin/rm -f $(CFGDIR)/DExtra_Hosts.txt /bin/rm -f $(CFGDIR)/DCS_Hosts.txt +.PHONY: GitVersion.h GitVersion.h: force ifneq ("$(wildcard .git/index)","") echo "const char *gitversion = \"$(shell git rev-parse HEAD)\";" > $@ @@ -65,5 +66,4 @@ else endif .PHONY: force -force: - @true \ No newline at end of file +force: \ No newline at end of file