From: Julien Rioux Date: Mon, 19 Dec 2011 00:25:50 +0000 (-0500) Subject: Build: Version dependency for python modules (issue 1726). X-Git-Tag: release/2.15.24-1~50 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6c7d15f493c2b913c4ee51204a107d4494b4eb19;p=lilypond.git Build: Version dependency for python modules (issue 1726). --- diff --git a/stepmake/stepmake/python-module-rules.make b/stepmake/stepmake/python-module-rules.make index f32732f584..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) +$(outdir)/%.py: %.py $(config_make) $(depth)/VERSION cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@ chmod 755 $@