# HG changeset patch # User diego # Date 1208899306 0 # Node ID 252ec5ba2dd38bdeaf94225d94ce316d184ca593 # Parent 69bee1a223099f92182bf217c33635fa138e55e4 Simplify phony target declaration. diff -r 69bee1a22309 -r 252ec5ba2dd3 Makefile --- 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