]> granicus.if.org Git - nethack/commitdiff
Makefile command echo suppression
authornhmall <nhmall@nethack.org>
Wed, 2 Jun 2021 23:21:37 +0000 (19:21 -0400)
committernhmall <nhmall@nethack.org>
Wed, 2 Jun 2021 23:21:37 +0000 (19:21 -0400)
sys/unix/Makefile.top

index c135071e8c6159ed74159a9dfbdf2b78037af431..533c80a6da83f978b4c4a47a8c6d6f942a8b5ab2 100644 (file)
@@ -132,8 +132,8 @@ include/nhlua.h: $(TOPLUALIB)
        @echo '#include "../lib/lua-$(LUA_VERSION)/src/lauxlib.h"' >> $@
        @echo '/*nhlua.h*/' >> $@
 lib/lua-$(LUA_VERSION)/src/lua.h:
-       echo "Please do 'make fetch-lua' to obtain lua-$(LUA_VERSION)"
-       false
+       @echo "Please do 'make fetch-lua' to obtain lua-$(LUA_VERSION)"
+       @false
 
 # Note: many of the dependencies below are here to allow parallel make
 # to generate valid output