Mercurial > mplayer.hg
changeset 26464:252ec5ba2dd3
Simplify phony target declaration.
author | diego |
---|---|
date | Tue, 22 Apr 2008 21:21:46 +0000 |
parents | 69bee1a22309 |
children | 6b804575c306 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Apr 22 21:20:42 2008 +0000 +++ b/Makefile Tue Apr 22 21:21:46 2008 +0000 @@ -514,4 +514,4 @@ rm -f $(TOOLS) TOOLS/fastmem*-* TOOLS/netstream$(EXESUF) rm -f TOOLS/bmovl-test$(EXESUF) TOOLS/vfw2menc$(EXESUF) $(REAL_TARGETS) -.PHONY: all doxygen install* uninstall recurse strip tools +.PHONY: all doxygen *install* recurse strip tools