From bed595f5b2db445aa7d38c2a84b40d6d2479e755 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 2 Jun 2019 10:19:13 +0200 Subject: [PATCH] liblua: remove warning --- liblua/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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