[MPlayer-DOCS] r30030 - trunk/DOCS/xml/Makefile
diego
subversion at mplayerhq.hu
Mon Dec 14 04:09:10 CET 2009
Author: diego
Date: Mon Dec 14 04:09:09 2009
New Revision: 30030
Log:
Improve declaration of phony targets.
This prevents configure from being rerun all the time.
Modified:
trunk/DOCS/xml/Makefile
Modified: trunk/DOCS/xml/Makefile
==============================================================================
--- trunk/DOCS/xml/Makefile Mon Dec 14 04:07:35 2009 (r30029)
+++ trunk/DOCS/xml/Makefile Mon Dec 14 04:09:09 2009 (r30030)
@@ -61,4 +61,5 @@ releaseclean:
distclean: clean releaseclean
-.PHONY: all help html-chunked* html-single* xmllint xmllint-* *clean*
+.PHONY: all help html-chunked html-single xmllint
+.PHONY: html-chunked-* html-single-* xmllint-* *clean*
More information about the MPlayer-DOCS
mailing list