]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/python-module-rules.make
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / stepmake / stepmake / python-module-rules.make
index cb3ef487d8984f4ca7df3c90c0394828d5b865db..bf99f8feaa569204a5a343601ff98895705452eb 100644 (file)
@@ -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 $@