diff options
| author | Arun Isaac | 2025-11-17 18:06:37 +0000 |
|---|---|---|
| committer | Arun Isaac | 2025-11-17 18:07:05 +0000 |
| commit | 3b7fd7c399218d080855c68181f5a9a8f25a259f (patch) | |
| tree | c96cfdc80a9bb6d307fd46b207c0ff2bb6677107 /Makefile | |
| parent | 3b67a18bcf7ec43c135f4d599ce794673a434cd7 (diff) | |
| download | run64-3b7fd7c399218d080855c68181f5a9a8f25a259f.tar.gz run64-3b7fd7c399218d080855c68181f5a9a8f25a259f.tar.lz run64-3b7fd7c399218d080855c68181f5a9a8f25a259f.zip | |
Makefile: Explain why we don't substitute guile at installation.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
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 |
