about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 7e8ee456..9da258eb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,5 @@
 if INCLUDE_GIT_VERSION
-
-FORCE:
-
-src/gitversion.c: .git/HEAD .git/index FORCE
+src/gitversion.c: .git/HEAD .git/index
 	rm -f src/gitversion.c src/gitversion.o
 	echo "#ifndef PROF_GIT_BRANCH" >> $@
 	echo "#define PROF_GIT_BRANCH \"$(shell git rev-parse --symbolic-full-name --abbrev-ref HEAD)\"" >> $@