1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Revert "don't autocompile while snarfing"

This reverts commit 176ee5c82a, which
added autocomp inhibitions in the wrong place.
This commit is contained in:
Andy Wingo 2010-08-27 13:11:17 -07:00
parent 34cbb05331
commit 7d0e17389c

View file

@ -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))