From 3b7fd7c399218d080855c68181f5a9a8f25a259f Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 17 Nov 2025 18:06:37 +0000 Subject: Makefile: Explain why we don't substitute guile at installation. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 07c7816..77f93fa 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,9 @@ check: ; install: $(scripts) install -D $^ --target-directory $(bindir) + # If you are hacking on a Guile project, you presumably have + # guile in your PATH. We want to use that guile and not put in + # a specific guile. $(SED) -i 's|$$(which run64)|$(bindir)/run64|' $(bindir)/guile-run64 website: website/index.html -- cgit 1.4.1