changeset 29988:ee933259f32b

Improve declaration of phony targets. This prevents configure from being rerun all the time.
author diego
date Mon, 14 Dec 2009 03:09:09 +0000
parents a8ac62150c75
children 9496061d46a1
files DOCS/xml/Makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/Makefile	Mon Dec 14 03:07:35 2009 +0000
+++ b/DOCS/xml/Makefile	Mon Dec 14 03:09:09 2009 +0000
@@ -61,4 +61,5 @@
 
 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*