mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 04:51:52 +00:00
Simplify LIBNAME target with $@ and $^.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21207 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d2b6dd129e
commit
0bfd8daa19
@ -49,8 +49,8 @@ mplayer-rc.o: mplayer.rc
|
||||
windres -o $@ $<
|
||||
|
||||
$(LIBNAME): $(OBJS)
|
||||
$(AR) r $(LIBNAME) $(OBJS)
|
||||
$(RANLIB) $(LIBNAME)
|
||||
$(AR) r $@ $^
|
||||
$(RANLIB) $@
|
||||
|
||||
all: $(LIBNAME)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user