# HG changeset patch # User Ruslan Ermilov # Date 1330100528 0 # Node ID c0fef00f71fb4d7e179ee91aec1a71a63afa22aa # Parent aa00b4d476c83cb29f5b938849a1aecdfa111d56 Removed .SECONDARY: that made all targets to be considered intermediate. diff --git a/GNUmakefile b/GNUmakefile --- 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, $<, $@)