diff --git a/liblua/Makefile b/liblua/Makefile index 3460c67b5..c305ece5d 100644 --- a/liblua/Makefile +++ b/liblua/Makefile @@ -15,7 +15,7 @@ CFLAGS= -O3 -Wall -DLUA_COMPAT_ALL $(SYSCFLAGS) $(MYCFLAGS) LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS) LIBS= -lm $(SYSLIBS) $(MYLIBS) -AR= ar rcu +AR= ar rc RANLIB= ranlib RM= rm -f