ranlib patch by (Dan Christiansen <danchr at daimi dot au dot dk>)

Originally committed as revision 1853 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Dan Christiansen 2003-05-11 11:26:35 +00:00 committed by Michael Niedermayer
parent 0549302188
commit 04431ca1c0
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,9 @@ $(SPPLIB): $(SPPOBJS)
endif
$(PPLIB): $(PPOBJS)
$(AR) r $(PPLIB) $(PPOBJS)
rm -f $@
$(AR) rc $@ $(PPOBJS)
$(RANLIB) $@
install: all
ifeq ($(SHARED_PP),yes)