]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/python-module-rules.make
fix interpolate @lilypond_datadir@ in convert-ly etc
[lilypond.git] / stepmake / stepmake / python-module-rules.make
index cb3ef487d8984f4ca7df3c90c0394828d5b865db..f32732f5847cb9e9bc052036269d05177bebc14c 100644 (file)
@@ -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 $@