OSDN Git Service

ar -s has portability problems, anyway rc is enough without s -- suggested by Atmosfear
authorArpi <arpi@thot.banki.hu>
Fri, 3 May 2002 18:46:55 +0000 (18:46 +0000)
committerArpi <arpi@thot.banki.hu>
Fri, 3 May 2002 18:46:55 +0000 (18:46 +0000)
Originally committed as revision 437 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/Makefile

index 82cc9ed..ff36708 100644 (file)
@@ -71,7 +71,7 @@ tests: apiexample cpuid_test $(TESTS)
 
 $(LIB): $(OBJS) $(ASM_OBJS)
        rm -f $@
-       $(AR) rcs $@ $(OBJS) $(ASM_OBJS)
+       $(AR) rc $@ $(OBJS) $(ASM_OBJS)
 
 $(SLIB): $(OBJS) $(ASM_OBJS)
        rm -f $@