summaryrefslogtreecommitdiff
path: root/guile
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-11-11 21:36:22 +0100
committerLudovic Courtès <ludo@gnu.org>2019-11-11 23:09:53 +0100
commit3b6c6420ac5d1e58334bc3055af4a85222c481b8 (patch)
tree3a04a703c9bc821926d2b8aa2d7ae1374eca2968 /guile
parent676ae412aeea58fa2c6aa7960ec16223101556eb (diff)
downloadgnutls-3b6c6420ac5d1e58334bc3055af4a85222c481b8.tar.gz
guile: Silence auto-compilation warning for 'guild'.
Reported by Helmut Grohne <helmut@subdivi.de> and Andreas Metzler <ametzler@bebt.de> at <https://bugs.debian.org/943905>. * guile/Makefile.am (%.go): Pass "GUILE_AUTO_COMPILE=0" to avoid warnings about 'guild' needing to be compiled. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'guile')
-rw-r--r--guile/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/guile/Makefile.am b/guile/Makefile.am
index 13539eefbd..a6185aae7b 100644
--- a/guile/Makefile.am
+++ b/guile/Makefile.am
@@ -84,7 +84,7 @@ endif
$(AM_V_GUILEC)$(MKDIR_P) "`dirname "$@"`" ; \
$(AM_V_P) && out=1 || out=- ; \
unset GUILE_LOAD_COMPILED_PATH ; LC_ALL=C \
- $(CROSS_COMPILING_VARIABLE) \
+ GUILE_AUTO_COMPILE=0 $(CROSS_COMPILING_VARIABLE) \
GNUTLS_GUILE_EXTENSION_DIR="$(abs_top_builddir)/guile/src" \
$(GUILD) compile --target="$(host)" \
-L "$(top_builddir)/guile/modules" \