diff options
| author | 2008-02-24 21:12:51 +0000 | |
|---|---|---|
| committer | 2008-02-24 21:12:51 +0000 | |
| commit | c3c463eb4aa00a6911ea52a7424e4e53d3c0b25c (patch) | |
| tree | f5d62dbe567c8f3331b2452a5b040aa71114fddb | |
| parent | ./configure --update-root - Updates the root directory files from their .<foo... (diff) | |
| download | inspircd++-c3c463eb4aa00a6911ea52a7424e4e53d3c0b25c.tar.gz inspircd++-c3c463eb4aa00a6911ea52a7424e4e53d3c0b25c.tar.bz2 inspircd++-c3c463eb4aa00a6911ea52a7424e4e53d3c0b25c.zip | |
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 |
