From b75bc87662f433abf547df65b3a7f5b02ec4ad05 Mon Sep 17 00:00:00 2001 From: nhkeni Date: Thu, 7 Sep 2023 12:17:53 -0400 Subject: [PATCH] Improve run fetch-lua required message - it has to be run in top. --- sys/unix/Makefile.top | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/unix/Makefile.top b/sys/unix/Makefile.top index 6d9ea8df6..c2e52e250 100644 --- a/sys/unix/Makefile.top +++ b/sys/unix/Makefile.top @@ -142,7 +142,7 @@ include/nhlua.h: $(TOPLUALIB) @echo '/*nhlua.h*/' >> $@ # LUATESTTARGET is this by default lib/lua-$(LUA_VERSION)/src/lua.h: - @echo "Please do 'make fetch-lua' to obtain lua-$(LUA_VERSION)" + @echo "Please do 'make fetch-lua' in the top directory to obtain lua-$(LUA_VERSION)" @false luabin: ( cd $(LUATOP) \