From 5c95603a82a4911acfca766883328cc30add9406 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 2 Jun 2021 19:21:37 -0400 Subject: [PATCH] Makefile command echo suppression --- sys/unix/Makefile.top | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1