]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/python-module-rules.make
* cygwin/changelog:
[lilypond.git] / stepmake / stepmake / python-module-rules.make
index d05fa733c238fd29385ce3c7c60f574e7fae88ca..8f37c4153088cd969402ce489151f8fec8e70b2e 100644 (file)
@@ -5,6 +5,6 @@ $(outdir)/%$(SHARED_MODULE_SUFFIX): $(outdir)/%.lo
 $(outdir)/%.pyc: $(outdir)/%.py
        $(PYTHON) -c 'import py_compile; py_compile.compile ("$<")'
 
-$(outdir)/%.py: %.py
+$(outdir)/%.py: %.py $(config_make)
        cat $< | sed $(sed-atvariables) > $@
        chmod 755 $@