summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-01 09:45:26 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-01 09:45:26 +0000
commitcdcae64dc01b9e30d7a2ea3afb14df955a9d9a94 (patch)
tree5d5102bd70b454689d36a05f54afe7a035d03919 /TOOLS
parentc38e260ff824af6f9aa83aefc4b20cfd000e12a1 (diff)
downloadmpv-cdcae64dc01b9e30d7a2ea3afb14df955a9d9a94.tar.bz2
mpv-cdcae64dc01b9e30d7a2ea3afb14df955a9d9a94.tar.xz
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
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/Makefile8
1 files changed, 4 insertions, 4 deletions
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)