From 82669556131fe7164fd6e72b5e6c6999dd02d280 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 3 Feb 2007 14:02:09 +0000 Subject: Merge both library rules by separating the rule from the dependencies. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22111 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mpcommon.mak | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mpcommon.mak b/mpcommon.mak index 1431a9636a..1308037f90 100644 --- a/mpcommon.mak +++ b/mpcommon.mak @@ -12,10 +12,8 @@ LIBS = $(LIBNAME) $(LIBNAME2) all: $(LIBS) $(LIBNAME): $(OBJS) - $(AR) r $@ $^ - $(RANLIB) $@ - $(LIBNAME2): $(OBJS2) +$(LIBNAME) $(LIBNAME2): $(OBJS2) $(AR) r $@ $^ $(RANLIB) $@ -- cgit v1.2.3