]> git.donarmstrong.com Git - lilypond.git/commitdiff
make and include @ substituted relocate preamble.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 31 Jan 2007 11:24:56 +0000 (12:24 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 31 Jan 2007 11:24:56 +0000 (12:24 +0100)
Fixes invocation of python scripts.

python/GNUmakefile
scripts/GNUmakefile

index c7dfe7b526c2955c2be07ae996abdf9e157c39c9..a520a5efd6504e16a20d2078a93b24085bc1f86e 100644 (file)
@@ -17,3 +17,5 @@ INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/python
 INSTALLATION_OUT_FILES1=$(OUT_PY_MODULES) $(OUT_PYC_MODULES)
 
 $(outdir)/midi.lo: $(outdir)/config.hh
+
+default: $(outdir)/relocate-preamble.py
index 2a683a89751f9ba6ab786c752098519d7161e0b6..af9bf1b9e373f4fb94e995cedf4a4802fc2dcee6 100644 (file)
@@ -7,8 +7,8 @@ LOCALSTEPMAKE_TEMPLATES = lilypond
 HELP2MAN_EXECS = $(SEXECUTABLES)
 
 AT_FILES=relocate-preamble
-at-ext=.py.in
-at-dir=$(depth)/python
+at-ext=.py
+at-dir=$(top-build-dir)/python/$(outdir)
 
 include $(depth)/make/stepmake.make
 include $(stepdir)/executable-targets.make