mirror of https://github.com/mpv-player/mpv
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:
parent
f58e52ba6e
commit
3f3f9eaae5
|
@ -13,7 +13,7 @@ all: $(LIBS)
|
|||
|
||||
$(LIBNAME): $(OBJS)
|
||||
$(LIBNAME2): $(OBJS2)
|
||||
$(LIBNAME) $(LIBNAME2): $(OBJS2)
|
||||
$(LIBNAME) $(LIBNAME2):
|
||||
$(AR) r $@ $^
|
||||
$(RANLIB) $@
|
||||
|
||||
|
|
Loading…
Reference in New Issue