changeset 640:d2f47c6c6b41 libavcodec

ar -s -> ranlib
author michaelni
date Mon, 02 Sep 2002 16:48:40 +0000
parents f449913e8419
children eaa9ef2e2557
files Makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Sep 02 09:51:52 2002 +0000
+++ b/Makefile	Mon Sep 02 16:48:40 2002 +0000
@@ -96,7 +96,8 @@
 
 $(LIB): $(OBJS)
 	rm -f $@
-	$(AR) rcs $@ $(OBJS)
+	$(AR) rc $@ $(OBJS)
+	$(RANLIB) $@
 
 $(SLIB): $(OBJS)
 	$(CC) $(SHFLAGS) -o $@ $(OBJS) $(EXTRALIBS)