]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/substitute-rules.make
Doc-fr: NR-1.5.2 merging rests
[lilypond.git] / stepmake / stepmake / substitute-rules.make
index 45a39890c1868a277454092d49567c2cc381a1cc..879aec1f3b90af4c0645f00fe51d34f785fdb540 100644 (file)
@@ -1,5 +1,7 @@
 
-$(outdir)/%: %.in $(builddir)/config.make
+# config_make dep isn't working. Why?
+$(outdir)/%: %.in $(config_make) $(depth)/VERSION
        rm -f $@
-       cat $< | sed $(sed-atfiles) $(sed-atvariables) > $@
+       cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@
+