summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-06-18 00:33:03 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-06-18 00:33:03 +0000
commit59d380cad4bb23ffd4a401ce220eadd647788e8d (patch)
tree1a82f073cedd7f37f018c06dc0dd0e4bf5045cbb
parent5fc80b5ad45fd3b70ad54dc72f721ef5bf2a0ed1 (diff)
Rebuild modeclasses.a when configure -update is run
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11416 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a1d6a1ab5..49cdd2045 100755
--- a/configure
+++ b/configure
@@ -1722,7 +1722,7 @@ EOM
commands:
@${MAKE} -C commands $(MAKEARGS) commands
-modes/modeclasses.a: $(RELCPPFILES)
+modes/modeclasses.a: $(RELCPPFILES) ../include/inspircd.h ../include/inspircd_config.h
@${MAKE} -C modes $(MAKEARGS) CPPFILES="$(CPPFILES)" modeclasses.a
EOM