From: Han-Wen Nienhuys Date: Wed, 31 Jan 2007 11:24:56 +0000 (+0100) Subject: make and include @ substituted relocate preamble. X-Git-Tag: release/2.11.15-1~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d181447d0f39333e62acfdd79ae3c55c89d915f3;p=lilypond.git make and include @ substituted relocate preamble. Fixes invocation of python scripts. --- diff --git a/python/GNUmakefile b/python/GNUmakefile index c7dfe7b526..a520a5efd6 100644 --- a/python/GNUmakefile +++ b/python/GNUmakefile @@ -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 diff --git a/scripts/GNUmakefile b/scripts/GNUmakefile index 2a683a8975..af9bf1b9e3 100644 --- a/scripts/GNUmakefile +++ b/scripts/GNUmakefile @@ -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