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 --- osdep/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'osdep') diff --git a/osdep/Makefile b/osdep/Makefile index 6460c0f7d1..d0f99220f1 100644 --- a/osdep/Makefile +++ b/osdep/Makefile @@ -41,6 +41,7 @@ CFLAGS = $(OPTFLAGS) -I. -I.. $(EXTRA_INC) $(LIBNAME): $(OBJS) $(AR) r $(LIBNAME) $(OBJS) + $(RANLIB) $(LIBNAME) all: $(LIBNAME) -- cgit v1.2.3