From 1f6327977737a7989e47116e86e9e3ff8dd67656 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Thu, 6 Feb 2014 18:13:12 +0000 Subject: [PATCH] Don't force a rebuild after doing a Git commit. Thanks to w00t for pointing out the cause of this. --- make/template/main.mk | 4 +--- 1 file changed, 1 insertion(+), 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 -- 2.39.5