]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - .Makefile.inc
Added OnUserPreInvite method for use with +V etc
[user/henk/code/inspircd.git] / .Makefile.inc
index 67c0477816e77bb413df0d6827ebefbbc4709e5a..b875defe06ed5fca95238edd0d3f3b5ecbc40b15 100644 (file)
@@ -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