diff options
author | Andy Wingo <wingo@pobox.com> | 2010-08-27 13:11:17 -0700 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-08-27 13:11:17 -0700 |
commit | 7d0e17389c6856883a87f914d0d7c916620832d5 (patch) | |
tree | a98de85d4bee17d879c552d46b07c086aaa4933e /am | |
parent | 34cbb05331559c410af4d53e16c723a850ef0003 (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/snarf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |