Author: diego Date: Tue May 11 15:27:13 2010 New Revision: 31162 Log: Only mark targets whose names end in "clean" as phony.
Modified: trunk/DOCS/xml/Makefile Modified: trunk/DOCS/xml/Makefile ============================================================================== --- trunk/DOCS/xml/Makefile Tue May 11 15:17:26 2010 (r31161) +++ trunk/DOCS/xml/Makefile Tue May 11 15:27:13 2010 (r31162) @@ -66,4 +66,4 @@ releaseclean: distclean: clean releaseclean .PHONY: all help html-chunked html-single xmllint -.PHONY: html-chunked-* html-single-* xmllint-* *clean* +.PHONY: html-chunked-* html-single-* xmllint-* *clean _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
