100l: Copy and paste typo, library dependencies and rules are separated now.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22133 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-02-04 19:18:26 +00:00
parent f58e52ba6e
commit 3f3f9eaae5
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ all: $(LIBS)
$(LIBNAME): $(OBJS)
$(LIBNAME2): $(OBJS2)
$(LIBNAME) $(LIBNAME2): $(OBJS2)
$(LIBNAME) $(LIBNAME2):
$(AR) r $@ $^
$(RANLIB) $@