]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/substitute-rules.make
(LilyPond-command-alist): invoke lilypond
[lilypond.git] / stepmake / stepmake / substitute-rules.make
index 45a39890c1868a277454092d49567c2cc381a1cc..ae3ce812b700ca242d57f3a5e7b64c45e000773d 100644 (file)
@@ -1,5 +1,7 @@
 
-$(outdir)/%: %.in $(builddir)/config.make
+# config_make dep isn't working. Why?  
+$(outdir)/%: %.in $(config_make)
        rm -f $@
        cat $< | sed $(sed-atfiles) $(sed-atvariables) > $@
 
+