X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fsubstitute-rules.make;h=879aec1f3b90af4c0645f00fe51d34f785fdb540;hb=82bc9ad690e201aaa55694f8b92261ae7338f56a;hp=ad63c0f7e6fe8608634449e26597bca595c624ec;hpb=bf8dede0799f6f73fc75eed7a2ce6fa4b774d9ce;p=lilypond.git diff --git a/stepmake/stepmake/substitute-rules.make b/stepmake/stepmake/substitute-rules.make index ad63c0f7e6..879aec1f3b 100644 --- a/stepmake/stepmake/substitute-rules.make +++ b/stepmake/stepmake/substitute-rules.make @@ -1,7 +1,7 @@ -# config_make dep isn't working. Why? +# 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) > $@