From 7615305f00f2e44b3fab3ceb1b7f8d11764e68a0 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 13 May 2021 14:54:25 +0100 Subject: [PATCH 1/1] Makefile.am: Override `data-dir' in all `dump-runlisp-image' calls. ... not just for `ecl'. Nowadays we look for `eval.lisp' under `${@data-dir}' by default in order to determine the Lisp version string. --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 93aabc1..20c8dc3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -102,7 +102,8 @@ doc_DATA += dump-runlisp-image.pdf EXTRA_DIST += dump-runlisp-image.1.in DUMP_RUNLISP_IMAGE = $(v_dump)./dump-runlisp-image -f -O$@ \ - -c$(srcdir)/runlisp-base.conf + -c$(srcdir)/runlisp-base.conf \ + -odata-dir=$(srcdir) v_dump = $(v_dump_@AM_V@) v_dump_ = $(v_dump_@AM_DEFAULT_V@) @@ -136,7 +137,7 @@ if DUMP_ECL IMAGES += ecl+asdf CLEANFILES += ecl+asdf ecl+asdf: dump-runlisp-image runlisp-base.conf dump-ecl - $(DUMP_RUNLISP_IMAGE) -odata-dir=$(srcdir) ecl + $(DUMP_RUNLISP_IMAGE) ecl endif if DUMP_CMUCL -- 2.11.0