summaryrefslogtreecommitdiff
path: root/am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-04-12 10:51:09 +0200
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2017-04-23 07:51:56 +0300
commit39800e5b791e63716c29d2dd9e42f556f9917fb5 (patch)
treefa834ba359d575618c8bde46cceeac971ae1f2cb /am
parentlibguile-ssh: Adjust port code to Guile 2.2. (diff)
downloadguile-ssh-39800e5b791e63716c29d2dd9e42f556f9917fb5.tar.gz
build: Use $(GUILD) instead of `which guild`.
* am/guilec (GUILEC): Use $(GUILD). Signed-off-by: Artyom V. Poptsov <poptsov.artyom@gmail.com>
Diffstat (limited to 'am')
-rw-r--r--am/guilec2
1 files changed, 1 insertions, 1 deletions
diff --git a/am/guilec b/am/guilec
index a196f5d..83c2f45 100644
--- a/am/guilec
+++ b/am/guilec
@@ -1,6 +1,6 @@
# -*- makefile -*-
-GUILEC = `which guild` compile
+GUILEC = $(GUILD) compile
AM_V_GUILEC = $(AM_V_GUILEC_$(V))
AM_V_GUILEC_ = $(AM_V_GUILEC_$(AM_DEFAULT_VERBOSITY))