# HG changeset patch # User Igor Sysoev # Date 1317387365 0 # Node ID dc74e3a8f324200fc5047460e4e33195a5e1baa3 # Parent 8ed43632a28c185965c1257125127822b6019530 Fixing the previous commit. diff -r 8ed43632a28c -r dc74e3a8f324 GNUmakefile --- a/GNUmakefile Fri Sep 30 12:53:26 2011 +0000 +++ b/GNUmakefile Fri Sep 30 12:56:05 2011 +0000 @@ -123,8 +123,8 @@ $(OUT)/index.rss: \ xml/index.xml \ - $(NEWS_DEPS) - xslt/rss.xslt \ + $(NEWS_DEPS) \ + xslt/rss.xslt $(call XSLT, xslt/rss.xslt, $<, $@)