# HG changeset patch # User diego # Date 1174091310 0 # Node ID d90e39c776b0adb0f522d402be13d6be82e2cc3d # Parent 8dd976be3f254a697b4c6805d3b4f82ea2832ca9 Simplify link command. diff -r 8dd976be3f25 -r d90e39c776b0 TOOLS/netstream/Makefile --- a/TOOLS/netstream/Makefile Sat Mar 17 00:26:40 2007 +0000 +++ b/TOOLS/netstream/Makefile Sat Mar 17 00:28:30 2007 +0000 @@ -30,9 +30,8 @@ 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 *~