summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.Makefile.inc b/.Makefile.inc
index abb1393e9..1889d862d 100644
--- a/.Makefile.inc
+++ b/.Makefile.inc
@@ -155,7 +155,8 @@ install: target@EXTRA_DIR@
@echo "* REMEMBER TO EDIT YOUR CONFIG FILE *"
@echo "*************************************"
-@GNU_ONLY GNUmakefile: .Makefile.inc configure .config.cache
+@GNU_ONLY RCS_FILES = $(wildcard .git/index .svn/entries)
+@GNU_ONLY GNUmakefile: .Makefile.inc configure .config.cache $(RCS_FILES)
@GNU_ONLY ./configure -update
clean: