diff options
author | Daniel De Graaf <danieldg@inspircd.org> | 2010-03-25 15:26:46 -0500 |
---|---|---|
committer | Daniel De Graaf <danieldg@inspircd.org> | 2010-03-25 15:51:40 -0500 |
commit | 81ea1c49fa9c8d1abf80ed9b2f3402ec29f24f8b (patch) | |
tree | 86dbdaa28ac70b42386360fbf8316b9dea9ff1bf | |
parent | 5a7d1bbe1997c3a38720cf534a0bb6482c0f19f8 (diff) |
Remove references to SVN from the Makefile
-rw-r--r-- | make/template/main.mk | 2 |
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 |