Skip to content

Commit

Permalink
Remove references to SVN from the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel De Graaf committed Mar 25, 2010
1 parent 5a7d1bb commit 81ea1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/template/main.mk
Expand Up @@ -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
Expand Down

0 comments on commit 81ea1c4

Please sign in to comment.