1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/am/snarf
Andy Wingo 7d0e17389c Revert "don't autocompile while snarfing"
This reverts commit 176ee5c82a, which
added autocomp inhibitions in the wrong place.
2010-08-27 13:11:17 -07:00

7 lines
192 B
Makefile

# -*- makefile -*-
GUILE_SNARF = $(top_builddir)/libguile/guile-snarf
AM_V_SNARF = $(AM_V_SNARF_$(V))
AM_V_SNARF_ = $(AM_V_SNARF_$(AM_DEFAULT_VERBOSITY))
AM_V_SNARF_0 = @echo " SNARF " $@;