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) \