changeset 1242:db903b6fd197 libavcodec

ranlib patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
author michaelni
date Sun, 11 May 2003 11:26:35 +0000
parents 6a873cad413e
children 5d2376294fbf
files libpostproc/Makefile
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpostproc/Makefile	Sun May 11 10:19:05 2003 +0000
+++ b/libpostproc/Makefile	Sun May 11 11:26:35 2003 +0000
@@ -43,7 +43,9 @@
 endif
 
 $(PPLIB): $(PPOBJS)
-	$(AR) r $(PPLIB) $(PPOBJS)
+	rm -f $@
+	$(AR) rc $@ $(PPOBJS)
+	$(RANLIB) $@
 
 install: all
 ifeq ($(SHARED_PP),yes)