diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-04-20 21:59:19 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-04-20 21:59:19 +0000 |
commit | 30028e3e7b1bf42d27dad2d4c0a2ece3a802b521 (patch) | |
tree | 2b148bc70ef3b4c0e1e0650d4a0aec1723d5fbb2 | |
parent | 7c4e867c4d0cf9f99d0f613111d73c49e68ecddb (diff) |
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
-rw-r--r-- | TOOLS/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |