remove a commented out test line from Makefile.utl
This commit is contained in:
@@ -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 */' > $@
|
||||
|
||||
Reference in New Issue
Block a user