]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - .Makefile.inc
TRUNK CONFIG BREAKAGE WARNING: Move a bunch of options tag values into a new tag...
[user/henk/code/inspircd.git] / .Makefile.inc
index 4d8b948550594a9bb7453f4bca7a95807e04238c..6d02d4746b4a01657d041e172e06bf270c8e4be7 100644 (file)
@@ -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