summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/Makefile
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-24 13:54:08 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-24 13:54:08 +0000
commit838b00eb46415834ede66c09d9c96e7e2c906336 (patch)
tree78875c96e834cd06d38cbcce52d0383e371b4ccd /libmpcodecs/Makefile
parentadaec613916dc8cfba47c75a942cc4646968d942 (diff)
downloadmpv-838b00eb46415834ede66c09d9c96e7e2c906336.tar.bz2
mpv-838b00eb46415834ede66c09d9c96e7e2c906336.tar.xz
ranlib cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12635 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/Makefile')
-rw-r--r--libmpcodecs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile
index 9a01ca957f..78c2d85b70 100644
--- a/libmpcodecs/Makefile
+++ b/libmpcodecs/Makefile
@@ -58,9 +58,11 @@ all: $(LIBNAME) $(LIBNAME2)
$(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
+ $(RANLIB) $(LIBNAME)
$(LIBNAME2): $(OBJS2)
$(AR) r $(LIBNAME2) $(OBJS2)
+ $(RANLIB) $(LIBNAME2)
clean:
rm -f *.o *.a *~