From cdcae64dc01b9e30d7a2ea3afb14df955a9d9a94 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 1 Apr 2007 09:45:26 +0000 Subject: Ignore netstream and fix its compilation; remove object files on make clean. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22874 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TOOLS/Makefile') diff --git a/TOOLS/Makefile b/TOOLS/Makefile index dd08ea223e..c7c61fb104 100644 --- a/TOOLS/Makefile +++ b/TOOLS/Makefile @@ -65,11 +65,11 @@ ifeq ($(TARGET_WIN32),yes) NETSTREAM_DEPS += -lwsock32 endif -netstream: $(NETSTREAM_DEPS) - $(CC) -o $@ netstream.o $^ +netstream: netstream.o $(NETSTREAM_DEPS) + $(CC) -o $@ $^ clean distclean: - rm -f $(OBJS) - rm -f fastmem-* fastmem2-* fastmemcpybench + rm -f *.o *~ $(OBJS) + rm -f fastmem-* fastmem2-* fastmemcpybench netstream rm -f cpuinfo$(EXESUF) bmovl-test$(EXESUF) vfw2menc$(EXESUF) rm -f $(REAL_TARGETS) -- cgit v1.2.3