]> granicus.if.org Git - nethack/commitdiff
remove a commented out test line from Makefile.utl
authornhmall <nhmall@nethack.org>
Sun, 13 Mar 2022 15:37:00 +0000 (11:37 -0400)
committernhmall <nhmall@nethack.org>
Sun, 13 Mar 2022 15:37:00 +0000 (11:37 -0400)
sys/unix/Makefile.top

index 835bd3b77a4692a8ff1870f8267286b1a5b59e40..3d3b94cf88fa4ea9857e8992b1824b0e7e34ec42 100644 (file)
@@ -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 */' > $@