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
This commit is contained in:
diego 2007-02-03 14:02:09 +00:00
parent d157c5e4d2
commit 8266955613
1 changed files with 1 additions and 3 deletions

View File

@ -12,10 +12,8 @@ LIBS = $(LIBNAME) $(LIBNAME2)
all: $(LIBS)
$(LIBNAME): $(OBJS)
$(AR) r $@ $^
$(RANLIB) $@
$(LIBNAME2): $(OBJS2)
$(LIBNAME) $(LIBNAME2): $(OBJS2)
$(AR) r $@ $^
$(RANLIB) $@