X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.Makefile.inc;h=6d02d4746b4a01657d041e172e06bf270c8e4be7;hb=76b2c5c9cd6c2935c3e006396db8696c1bc18ea3;hp=54ce0dd6dbf3eb126a6882b731577296108e06ff;hpb=82af95f1436cbf2a6dc7fde60a95d40ad88e1a38;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/.Makefile.inc b/.Makefile.inc index 54ce0dd6d..6d02d4746 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -1,6 +1,6 @@ # InspIRCd Main Makefile # -# (C) InspIRCd Development Team, 2002-2007 +# (C) InspIRCd Development Team, 2002-2008 # This file is automagically generated by configure, from # .Makefile.inc. Any changes made will go away! :P # Please do not edit unless you know what you're doing. @@ -43,7 +43,6 @@ debug: @${MAKE} -C . 'FLAGS=${DEBUG}' 'NICEFLAGS=${NICEDEBUG}' all mods: - @echo "Making modules..." @${MAKE} -C src/modules DIRNAME="src/modules" $(MAKEARGS) # Make this depend on 'ircd' and 'mods', so its always output last even with -j