mirror of https://github.com/mpv-player/mpv
Simplify library generation rule.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22563 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1260edc7ca
commit
e2cf8c9477
|
@ -11,8 +11,8 @@ all: $(LIBNAME)
|
|||
$(MAKE) -C drivers
|
||||
|
||||
$(LIBNAME): $(OBJS)
|
||||
$(AR) r $(LIBNAME) $(OBJS)
|
||||
$(RANLIB) $(LIBNAME)
|
||||
$(AR) r $@ $^
|
||||
$(RANLIB) $@
|
||||
|
||||
clean:
|
||||
rm -f *.o *.a *~
|
||||
|
|
Loading…
Reference in New Issue