From: nhmall Date: Sun, 13 Mar 2022 15:37:00 +0000 (-0400) Subject: remove a commented out test line from Makefile.utl X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=439087ec6dc9059ac4996dbc1dc6f3d8c3f38ec0;p=nethack remove a commented out test line from Makefile.utl --- diff --git a/sys/unix/Makefile.top b/sys/unix/Makefile.top index 835bd3b77..3d3b94cf8 100644 --- a/sys/unix/Makefile.top +++ b/sys/unix/Makefile.top @@ -129,8 +129,6 @@ $(LUATOP)/liblua.a: $(LUAHEADERS)/lua.h lib/lua/liblua.a: $(LUATOP)/liblua.a @( if test -d lib/lua ; then true ; else mkdir -p lib/lua ; fi ) cp $(LUATOP)/liblua.a $@ -#include/nhlua.h: $(TOPLUALIB) -# ( cd src ; $(MAKE) LUAHEADERS="$(LUAHEADERS)" ../include/nhlua.h ) include/nhlua.h: $(TOPLUALIB) echo '/* nhlua.h - generated by top Makefile */' > $@