Simplify link command.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22658 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-17 00:28:30 +00:00
parent 1d202f4de6
commit d4d454e307
1 changed files with 2 additions and 3 deletions

View File

@ -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 *~