From: danieldg Date: Tue, 22 Sep 2009 01:06:00 +0000 (+0000) Subject: Run configure -update on all svn/git changes X-Git-Tag: v2.0.23~1494 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=58895f9b1daa1e13927462d046a36dec853a40e0;p=user%2Fhenk%2Fcode%2Finspircd.git Run configure -update on all svn/git changes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11758 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/.Makefile.inc b/.Makefile.inc index abb1393e9..1889d862d 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -155,7 +155,8 @@ install: target@EXTRA_DIR@ @echo "* REMEMBER TO EDIT YOUR CONFIG FILE *" @echo "*************************************" -@GNU_ONLY GNUmakefile: .Makefile.inc configure .config.cache +@GNU_ONLY RCS_FILES = $(wildcard .git/index .svn/entries) +@GNU_ONLY GNUmakefile: .Makefile.inc configure .config.cache $(RCS_FILES) @GNU_ONLY ./configure -update clean: