diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-24 21:12:51 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-24 21:12:51 +0000 |
commit | c3c463eb4aa00a6911ea52a7424e4e53d3c0b25c (patch) | |
tree | f5d62dbe567c8f3331b2452a5b040aa71114fddb | |
parent | 461127296029af6c438c1366a029911f1ae1f395 (diff) |
Remove the 'making modules' line
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9033 e03df62e-2008-0410-955e-edbf42e46eb7
-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 |