summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--make/template/main.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/template/main.mk b/make/template/main.mk
index 6f2b8da64..e24015ca9 100644
--- a/make/template/main.mk
+++ b/make/template/main.mk
@@ -184,7 +184,7 @@ install: target
@echo 'To start the ircd, run:' $(BASE)/inspircd start
@echo 'Remember to edit your config file:' $(CONPATH)/inspircd.conf
-@GNU_ONLY RCS_FILES = $(wildcard .git/index .svn/entries src/version.sh)
+@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)
./configure -update