diff --git a/Makefile b/Makefile index 806d7a9..515ed22 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,6 @@ removehostfiles : rm -f $(DATADIR)/DExtra_Hosts.txt rm -f $(DATADIR)/DCS_Hosts.txt -.PHONY: GitVersion.h GitVersion.h: force ifneq ("$(wildcard .git/index)","") echo "const char *gitversion = \"$(shell git rev-parse HEAD)\";" > $@