X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=stepmake%2Fstepmake%2Fsubstitute-rules.make;h=879aec1f3b90af4c0645f00fe51d34f785fdb540;hb=fa554b6115c178b466d69caa1d7d68a340e11e20;hp=fc330548f654bef8bc67263615d83ce242ad28e7;hpb=52c8e6abea26fa63f995556fc6555e3895c215e9;p=lilypond.git diff --git a/stepmake/stepmake/substitute-rules.make b/stepmake/stepmake/substitute-rules.make index fc330548f6..879aec1f3b 100644 --- a/stepmake/stepmake/substitute-rules.make +++ b/stepmake/stepmake/substitute-rules.make @@ -2,6 +2,6 @@ # 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) > $@