diff --git a/lua-5.4/Makefile b/lua-5.4/Makefile index e0e1798..915af95 100644 --- a/lua-5.4/Makefile +++ b/lua-5.4/Makefile @@ -62,7 +62,7 @@ $(LUA_A): $(BASE_O) $(RANLIB) $@ $(LUA_SO): $(CORE_O) $(LIB_O) - $(CC) -shared -ldl -Wl,-soname,$(LUA_SO) -o $@ $? -lm $(MYLDFLAGS) + $(CC) -shared -Wl,-soname,$(LUA_SO) -o $@ $? -lm $(MYLDFLAGS) $(LUA_T): $(LUA_O) $(LUA_A) $(CC) -o $@ $(LDFLAGS) $(LUA_O) $(LUA_A) $(LIBS) diff --git a/lua-5.4/lua b/lua-5.4/lua deleted file mode 100755 index 635bb7d..0000000 Binary files a/lua-5.4/lua and /dev/null differ diff --git a/lua-5.4/luac b/lua-5.4/luac deleted file mode 100755 index 458f901..0000000 Binary files a/lua-5.4/luac and /dev/null differ