summaryrefslogtreecommitdiff
path: root/.Makefile.inc
diff options
context:
space:
mode:
authorfrostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7>2004-05-01 14:24:40 +0000
committerfrostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7>2004-05-01 14:24:40 +0000
commitf743a782e67b56c35b5b7be7ef357a2ca109c244 (patch)
tree9a5e80e9965ca04461e9f49d6654a4454b1a59d8 /.Makefile.inc
parent66fcfda7ccd68e55a1ed3d0a791220109dd30305 (diff)
Added @ Before an Echo..
Makeconf Depreciated. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@765 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to '.Makefile.inc')
-rw-r--r--.Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.Makefile.inc b/.Makefile.inc
index 67c047781..b875defe0 100644
--- a/.Makefile.inc
+++ b/.Makefile.inc
@@ -35,7 +35,7 @@ echo "config:" >> Makefile
if [ -n "$COPY_CONF" ] ; then
echo " @cp conf/* \$(CONPATH)" >> Makefile
else
-echo " echo \"*** Nothing to Be Done for make config\"" >> Makefile
+echo " @echo \"*** Nothing to Be Done for make config\"" >> Makefile
fi
echo "clean:" >> Makefile
echo " rm -rf src/*.o" >> Makefile