summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
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 *~