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
+++ b/GNUmakefile
@@ -143,8 +143,6 @@ include 	$(foreach lang, $(LANGS), xml/$
 		xslt/error.xslt
 	$(call XSLT, xslt/error.xslt, $<, $@)
 
-.SECONDARY:
-
 $(OUT)/%.html:	xml/%.xml						\
 		$(ARTICLE_DEPS)
 	$(call XSLT, xslt/article.xslt, $<, $@)