changeset 425:c0fef00f71fb

Removed .SECONDARY: that made all targets to be considered intermediate.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 24 Feb 2012 16:22:08 +0000
parents aa00b4d476c8
children 1d6dc85ed324
files GNUmakefile
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile	Fri Feb 24 10:16:15 2012 +0000
+++ b/GNUmakefile	Fri Feb 24 16:22:08 2012 +0000
@@ -143,8 +143,6 @@
 		xslt/error.xslt
 	$(call XSLT, xslt/error.xslt, $<, $@)
 
-.SECONDARY:
-
 $(OUT)/%.html:	xml/%.xml						\
 		$(ARTICLE_DEPS)
 	$(call XSLT, xslt/article.xslt, $<, $@)