]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/substitute-rules.make
Merge remote-tracking branch 'origin/translation' into staging
[lilypond.git] / stepmake / stepmake / substitute-rules.make
index fa93fed6f6e8df992712adae79f87d231cfddfa6..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 $(sed-atfiles) $(sed-atvariables) > $@
+       cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@
+