diff options
author | Lua Team <team@lua.org> | 2012-02-13 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2012-02-13 12:00:00 +0000 |
commit | 446741d4085b98564350a70cf58f82f48a25b613 (patch) | |
tree | a28e0246f0b0404a5c066b8f2a888db45e30fc44 /src | |
parent | c16585cbf62fae1a5e4788241e94b789a8e05a34 (diff) | |
download | lua-github-5.1.x.tar.gz |
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index e4a3cd61..e0d4c9fa 100644 --- a/src/Makefile +++ b/src/Makefile @@ -48,7 +48,7 @@ o: $(ALL_O) a: $(ALL_A) $(LUA_A): $(CORE_O) $(LIB_O) - $(AR) $@ $? + $(AR) $@ $(CORE_O) $(LIB_O) # DLL needs all object files $(RANLIB) $@ $(LUA_T): $(LUA_O) $(LUA_A) |