diff GNUmakefile @ 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 dff45e92da4b
children fc2bd185dc02
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, $<, $@)