X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.Makefile.inc;h=6d02d4746b4a01657d041e172e06bf270c8e4be7;hb=21212e448fcc4513b7cfd6abb672401540b44ff3;hp=4d8b948550594a9bb7453f4bca7a95807e04238c;hpb=df167bf4ac944ad8c679d2b2751fcf94adc8c714;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/.Makefile.inc b/.Makefile.inc index 4d8b94855..6d02d4746 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -1,13 +1,13 @@ # 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. # CC = @CC@ -MAKE = @MAKEPROG@ +MAKE = @MAKEPROG@ -s PROGS = inspircd NICEFLAGS = @FLAGS@ FLAGS = $(NICEFLAGS) -pedantic @@ -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