changeset 356:e8ecb4413557 libavcodec

ar -s has portability problems, anyway rc is enough without s -- suggested by Atmosfear
author arpi_esp
date Fri, 03 May 2002 18:46:55 +0000
parents ac6fc4c7aecb
children ae179ec5fb47
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri May 03 18:11:23 2002 +0000
+++ b/Makefile	Fri May 03 18:46:55 2002 +0000
@@ -71,7 +71,7 @@
 
 $(LIB): $(OBJS) $(ASM_OBJS)
 	rm -f $@
-	$(AR) rcs $@ $(OBJS) $(ASM_OBJS)
+	$(AR) rc $@ $(OBJS) $(ASM_OBJS)
 
 $(SLIB): $(OBJS) $(ASM_OBJS)
 	rm -f $@