diff Makefile @ 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 ae9e9af0b627
children 80518daaab05
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 $@