From: nhmall Date: Wed, 2 Jun 2021 23:21:37 +0000 (-0400) Subject: Makefile command echo suppression X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c95603a82a4911acfca766883328cc30add9406;p=nethack Makefile command echo suppression --- diff --git a/sys/unix/Makefile.top b/sys/unix/Makefile.top index c135071e8..533c80a6d 100644 --- a/sys/unix/Makefile.top +++ b/sys/unix/Makefile.top @@ -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