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