Mercurial > mplayer.hg
changeset 22640:d90e39c776b0
Simplify link command.
author | diego |
---|---|
date | Sat, 17 Mar 2007 00:28:30 +0000 |
parents | 8dd976be3f25 |
children | a996a2673bd7 |
files | TOOLS/netstream/Makefile |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 *~