summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-02-06 22:57:21 +0100
committerAttila Molnar <attilamolnar@hush.com>2014-02-06 22:57:21 +0100
commita8b986bd785eeef1d3415da8e8bf7e599dad0377 (patch)
tree7f53eb4c02d7f9c75b02a10299b62cd2effbb952
parent557d4ba922dd89cbde2ca85e686ca408b9fdaa73 (diff)
parent1f6327977737a7989e47116e86e9e3ff8dd67656 (diff)
Merge pull request #766 from SaberUK/master+rebuild-fix
Don't force a rebuild after doing a Git commit.
-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