From 439087ec6dc9059ac4996dbc1dc6f3d8c3f38ec0 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 13 Mar 2022 11:37:00 -0400 Subject: [PATCH] remove a commented out test line from Makefile.utl --- sys/unix/Makefile.top | 2 -- 1 file changed, 2 deletions(-) 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 */' > $@