summaryrefslogtreecommitdiff
path: root/am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2010-08-27 12:56:54 -0700
committerAndy Wingo <wingo@pobox.com>2010-08-27 12:56:54 -0700
commit176ee5c82a9e6c775722cfe96711f2a02cdb7672 (patch)
tree44eeacf2d034e2c129dce9edc8db3f477d87745c /am
parent358663caf54994e2b7d0c2eb1dd8ce8794116971 (diff)
don't autocompile while snarfing
* am/snarf (GUILE_SNARF): Don't autocompile while snarfing, as we probably don't have a compiled Guile at this point.
Diffstat (limited to 'am')
-rw-r--r--am/snarf2
1 files changed, 1 insertions, 1 deletions
diff --git a/am/snarf b/am/snarf
index 74d0ad21f..cfa5f5b66 100644
--- a/am/snarf
+++ b/am/snarf
@@ -1,6 +1,6 @@
# -*- makefile -*-
-GUILE_SNARF = $(top_builddir)/libguile/guile-snarf
+GUILE_SNARF = GUILE_AUTO_COMPILE=0 $(top_builddir)/libguile/guile-snarf
AM_V_SNARF = $(AM_V_SNARF_$(V))
AM_V_SNARF_ = $(AM_V_SNARF_$(AM_DEFAULT_VERBOSITY))