1
0
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:
diego 2006-11-25 09:52:45 +00:00
parent d2b6dd129e
commit 0bfd8daa19

View File

@ -49,8 +49,8 @@ mplayer-rc.o: mplayer.rc
windres -o $@ $<
$(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
$(RANLIB) $(LIBNAME)
$(AR) r $@ $^
$(RANLIB) $@
all: $(LIBNAME)