]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/python-module-rules.make
use sed-atfiles to put relocation handling in python scripts.
[lilypond.git] / stepmake / stepmake / python-module-rules.make
index 511bd87afd9e171118b73764c8ffc0c23228b090..cb3ef487d8984f4ca7df3c90c0394828d5b865db 100644 (file)
@@ -9,5 +9,6 @@ $(outdir)/%.pyo: $(outdir)/%.py
        $(PYTHON) -O -c 'import py_compile; py_compile.compile ("$<")'
 
 $(outdir)/%.py: %.py $(config_make)
-       cat $< | sed $(sed-atvariables) > $@
+       cat $< | sed $(sed-atfiles) $(sed-atvariables) > $@
        chmod 755 $@
+