diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2020-12-07 15:17:22 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2020-12-11 19:06:53 +0100 |
| commit | fd247542215fbd10f28980f3d5255014b150e95a (patch) | |
| tree | 8bfc9d4c1c7c4fe69f7b1200d7552822619945c7 /Makefile.am | |
| parent | d8051557aee9fa252b015ff67cc15681e8540777 (diff) | |
build: 'script/guix' uses our own 'guile' executable.
* Makefile.am (do_subst): Substitute @abs_top_builddir@.
* scripts/guix.in: Use it.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1a3ca227a42..9803ba5dc79 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -39,6 +39,7 @@ do_subst = $(SED) \ | |||
| 39 | -e 's,[@]GUILE[@],$(GUILE),g' \ | 39 | -e 's,[@]GUILE[@],$(GUILE),g' \ |
| 40 | -e 's,[@]guilemoduledir[@],$(guilemoduledir),g' \ | 40 | -e 's,[@]guilemoduledir[@],$(guilemoduledir),g' \ |
| 41 | -e 's,[@]guileobjectdir[@],$(guileobjectdir),g' \ | 41 | -e 's,[@]guileobjectdir[@],$(guileobjectdir),g' \ |
| 42 | -e 's,[@]abs_top_builddir[@],$(abs_top_builddir),g' \ | ||
| 42 | -e 's,[@]localedir[@],$(localedir),g' | 43 | -e 's,[@]localedir[@],$(localedir),g' |
| 43 | 44 | ||
| 44 | scripts/guix: scripts/guix.in Makefile | 45 | scripts/guix: scripts/guix.in Makefile |
