From 1ee39161ed8b174485030860b93b175377bd3638 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Wed, 3 Mar 2021 06:33:56 +0100 Subject: [PATCH] GitVersion.h no longer a .PHONY --- Makefile | 1 - 1 file changed, 1 deletion(-) 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)\";" > $@