[MPlayer-DOCS] r31162 - trunk/DOCS/xml/Makefile

diego subversion at mplayerhq.hu
Tue May 11 15:27:13 CEST 2010


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


More information about the MPlayer-DOCS mailing list