summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2025-11-17 18:06:37 +0000
committerArun Isaac2025-11-17 18:07:05 +0000
commit3b7fd7c399218d080855c68181f5a9a8f25a259f (patch)
treec96cfdc80a9bb6d307fd46b207c0ff2bb6677107
parent3b67a18bcf7ec43c135f4d599ce794673a434cd7 (diff)
downloadrun64-3b7fd7c399218d080855c68181f5a9a8f25a259f.tar.gz
run64-3b7fd7c399218d080855c68181f5a9a8f25a259f.tar.lz
run64-3b7fd7c399218d080855c68181f5a9a8f25a259f.zip
Makefile: Explain why we don't substitute guile at installation.
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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