From 0bfd8daa1994f00b8d1e6ba0963108fc357bb96d Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 25 Nov 2006 09:52:45 +0000 Subject: Simplify LIBNAME target with $@ and $^. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21207 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'osdep') diff --git a/osdep/Makefile b/osdep/Makefile index 87ccb50533..21a2211ca3 100644 --- a/osdep/Makefile +++ b/osdep/Makefile @@ -49,8 +49,8 @@ mplayer-rc.o: mplayer.rc windres -o $@ $< $(LIBNAME): $(OBJS) - $(AR) r $(LIBNAME) $(OBJS) - $(RANLIB) $(LIBNAME) + $(AR) r $@ $^ + $(RANLIB) $@ all: $(LIBNAME) -- cgit v1.2.3