summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--make/template/main.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/make/template/main.mk b/make/template/main.mk
index d82e8b27e..97e426e0e 100644
--- a/make/template/main.mk
+++ b/make/template/main.mk
@@ -248,9 +248,7 @@ install: target
@echo 'Remember to create your config file:' $(CONPATH)/inspircd.conf
@echo 'Examples are available at:' $(CONPATH)/examples/
-@GNU_ONLY RCS_FILES = $(wildcard .git/index src/version.sh)
-@BSD_ONLY RCS_FILES = src/version.sh
-GNUmakefile BSDmakefile: make/template/main.mk configure $(RCS_FILES)
+GNUmakefile BSDmakefile: make/template/main.mk src/version.sh configure .config.cache
./configure -update
@BSD_ONLY .MAKEFILEDEPS: BSDmakefile