X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fsubstitute-rules.make;h=879aec1f3b90af4c0645f00fe51d34f785fdb540;hb=4d405ef96a8a62771d7d9a283ff5369a772e89d8;hp=45a39890c1868a277454092d49567c2cc381a1cc;hpb=e1d47884955f31275ebb0972a08efd1d9d0457dc;p=lilypond.git diff --git a/stepmake/stepmake/substitute-rules.make b/stepmake/stepmake/substitute-rules.make index 45a39890c1..879aec1f3b 100644 --- a/stepmake/stepmake/substitute-rules.make +++ b/stepmake/stepmake/substitute-rules.make @@ -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) > $@ +