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 --- vidix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vidix/Makefile') diff --git a/vidix/Makefile b/vidix/Makefile index ae2c65f5e7..a99d6e76e8 100644 --- a/vidix/Makefile +++ b/vidix/Makefile @@ -21,7 +21,7 @@ all: $(SUBDIRS) $(LIBNAME) $(LIBNAME): $(OBJS) $(AR) r $(LIBNAME) $(OBJS) - + $(RANLIB) $(LIBNAME) clean: rm -f *.o *.a *~ -- cgit v1.2.3