From d4d454e307546655370a8f34a8407f7d0f18e622 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 17 Mar 2007 00:28:30 +0000 Subject: Simplify link command. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22658 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/netstream/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'TOOLS') diff --git a/TOOLS/netstream/Makefile b/TOOLS/netstream/Makefile index 30fd2d44b9..17988ca608 100644 --- a/TOOLS/netstream/Makefile +++ b/TOOLS/netstream/Makefile @@ -30,9 +30,8 @@ ifeq ($(TARGET_WIN32),yes) DEPS += $(MPROOT)/osdep/glob-win.o -lwsock32 endif -netstream: $(MPROOT)/libmpdemux/libmpdemux.a $(MPROOT)/stream/stream.a netstream.o - - $(CC) $(CFLAGS) netstream.o -o netstream $(DEPS) +netstream: $(DEPS) + $(CC) -o $@ netstream.o $^ clean: rm -f *.o *.a *~ -- cgit v1.2.3