]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/substitute-rules.make
fix interpolate @lilypond_datadir@ in convert-ly etc
[lilypond.git] / stepmake / stepmake / substitute-rules.make
index 6faf105a3869ec2ef6cf92a2570c3bd33a0bc98c..879aec1f3b90af4c0645f00fe51d34f785fdb540 100644 (file)
@@ -1,5 +1,7 @@
 
-$(outdir)/%: %.in
+# config_make dep isn't working. Why?
+$(outdir)/%: %.in $(config_make) $(depth)/VERSION
        rm -f $@
-       cat $< | $(sed-atfiles) | $(sed-atvariables) > $@
+       cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@
+