From 30028e3e7b1bf42d27dad2d4c0a2ece3a802b521 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 20 Apr 2008 21:59:19 +0000 Subject: fastmemcpybench is a phony target. Do not try to remove a file by that name. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26477 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TOOLS/Makefile b/TOOLS/Makefile index 560ec026d7..c688909e0d 100644 --- a/TOOLS/Makefile +++ b/TOOLS/Makefile @@ -64,7 +64,7 @@ netstream: netstream.o $(NETSTREAM_DEPS) clean distclean: rm -f *.o *~ $(OBJS) - rm -f fastmem-* fastmem2-* fastmemcpybench netstream + rm -f fastmem-* fastmem2-* netstream rm -f bmovl-test$(EXESUF) vfw2menc$(EXESUF) rm -f $(REAL_TARGETS) -- cgit v1.2.3