Makefile command echo suppression

This commit is contained in:
nhmall
2021-06-02 19:21:37 -04:00
parent e69808987e
commit 5c95603a82

View 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