diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-27 10:13:11 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-27 10:13:11 +0000 |
commit | 53cdcdb4d32835c7b9eeaa4925194e4c7c9df32a (patch) | |
tree | 7163aa3ca425d3d64e0c026c7e88da904a0a6084 /TOOLS/Makefile | |
parent | b0d0866059419879d37cf1a1ba9227c1d90ce4ab (diff) |
Mark phony targets as such.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24227 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/Makefile')
-rw-r--r-- | TOOLS/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TOOLS/Makefile b/TOOLS/Makefile index b4d7032b55..df85afdb14 100644 --- a/TOOLS/Makefile +++ b/TOOLS/Makefile @@ -77,3 +77,5 @@ clean distclean: rm -f fastmem-* fastmem2-* fastmemcpybench netstream rm -f bmovl-test$(EXESUF) vfw2menc$(EXESUF) rm -f $(REAL_TARGETS) + +.PHONY: all fastmemcpybench realcodecs clean distclean |