summaryrefslogtreecommitdiff
path: root/am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2010-08-27 13:11:17 -0700
committerAndy Wingo <wingo@pobox.com>2010-08-27 13:11:17 -0700
commit7d0e17389c6856883a87f914d0d7c916620832d5 (patch)
treea98de85d4bee17d879c552d46b07c086aaa4933e /am
parent34cbb05331559c410af4d53e16c723a850ef0003 (diff)
Revert "don't autocompile while snarfing"
This reverts commit 176ee5c82a9e6c775722cfe96711f2a02cdb7672, which added autocomp inhibitions in the wrong place.
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 cfa5f5b66..74d0ad21f 100644
--- a/am/snarf
+++ b/am/snarf
@@ -1,6 +1,6 @@
# -*- makefile -*-
-GUILE_SNARF = GUILE_AUTO_COMPILE=0 $(top_builddir)/libguile/guile-snarf
+GUILE_SNARF = $(top_builddir)/libguile/guile-snarf
AM_V_SNARF = $(AM_V_SNARF_$(V))
AM_V_SNARF_ = $(AM_V_SNARF_$(AM_DEFAULT_VERBOSITY))