lua: update to v5.1.5, refresh patches

SVN-Revision: 33707
This commit is contained in:
Jo-Philipp Wich
2012-10-10 17:53:46 +00:00
parent 5bb789340e
commit 109cf29629
4 changed files with 49 additions and 49 deletions

View File

@@ -109,7 +109,7 @@
+so: $(ALL_SO)
+
$(LUA_A): $(CORE_O) $(LIB_O)
$(AR) $@ $?
$(AR) $@ $(CORE_O) $(LIB_O) # DLL needs all object files
$(RANLIB) $@
-$(LUA_T): $(LUA_O) $(LUA_A)