summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 00:28:30 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 00:28:30 +0000
commitd4d454e307546655370a8f34a8407f7d0f18e622 (patch)
tree841087a598989a6ca9815d93c834aabcc74c7762 /TOOLS
parent1d202f4de6e16b69f2629d7dde133cc01f6912b6 (diff)
downloadmpv-d4d454e307546655370a8f34a8407f7d0f18e622.tar.bz2
mpv-d4d454e307546655370a8f34a8407f7d0f18e622.tar.xz
Simplify link command.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22658 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/netstream/Makefile5
1 files changed, 2 insertions, 3 deletions
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 *~