From: Daniel De Graaf Date: Thu, 25 Mar 2010 20:26:46 +0000 (-0500) Subject: Remove references to SVN from the Makefile X-Git-Tag: v2.0.23~918 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=81ea1c49fa9c8d1abf80ed9b2f3402ec29f24f8b;p=user%2Fhenk%2Fcode%2Finspircd.git Remove references to SVN from the Makefile --- 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