X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fpython-module-rules.make;h=f32732f5847cb9e9bc052036269d05177bebc14c;hb=49256d9f2e6c603bfa1682cb091501411d480a3a;hp=cb3ef487d8984f4ca7df3c90c0394828d5b865db;hpb=e9a308e9c6002900fc336733950a0175bcbcc333;p=lilypond.git diff --git a/stepmake/stepmake/python-module-rules.make b/stepmake/stepmake/python-module-rules.make index cb3ef487d8..f32732f584 100644 --- a/stepmake/stepmake/python-module-rules.make +++ b/stepmake/stepmake/python-module-rules.make @@ -9,6 +9,6 @@ $(outdir)/%.pyo: $(outdir)/%.py $(PYTHON) -O -c 'import py_compile; py_compile.compile ("$<")' $(outdir)/%.py: %.py $(config_make) - cat $< | sed $(sed-atfiles) $(sed-atvariables) > $@ + cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@ chmod 755 $@