X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fpython-module-rules.make;h=bf99f8feaa569204a5a343601ff98895705452eb;hb=4dc7d485f7e3703997025419c2255f1160c3ffb9;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..bf99f8feaa 100644 --- a/stepmake/stepmake/python-module-rules.make +++ b/stepmake/stepmake/python-module-rules.make @@ -8,7 +8,7 @@ $(outdir)/%.pyc: $(outdir)/%.py $(outdir)/%.pyo: $(outdir)/%.py $(PYTHON) -O -c 'import py_compile; py_compile.compile ("$<")' -$(outdir)/%.py: %.py $(config_make) - cat $< | sed $(sed-atfiles) $(sed-atvariables) > $@ +$(outdir)/%.py: %.py $(config_make) $(depth)/VERSION + cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@ chmod 755 $@