From 0fc20ac930e3d3f7f76caedbc526746d43658818 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 24 Jun 2004 12:52:17 +0000 Subject: ranlib cleanup by Dan Christiansen git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12633 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpeg2/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libmpeg2') diff --git a/libmpeg2/Makefile b/libmpeg2/Makefile index e9bbba3dc3..b7e93d796b 100644 --- a/libmpeg2/Makefile +++ b/libmpeg2/Makefile @@ -22,6 +22,7 @@ endif $(LIBNAME): $(OBJS) $(AR) r $(LIBNAME) $(OBJS) + $(RANLIB) $(LIBNAME) all: $(LIBNAME) -- cgit v1.2.3