diff options
-rw-r--r-- | .Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.Makefile.inc b/.Makefile.inc index 54ce0dd6d..d13b8fe36 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -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 |