]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/python-module-rules.make
* cygwin/changelog:
[lilypond.git] / stepmake / stepmake / python-module-rules.make
index e70f7311bf99e8bab09e40ef233031145ebbb4f4..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 $(builddir)/config.make
+$(outdir)/%.py: %.py $(config_make)
        cat $< | sed $(sed-atvariables) > $@
        chmod 755 $@