summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6417ce9..fc533a8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,6 +25,11 @@ EMACS_GEN_ = $(EMACS_GEN_$(AM_DEFAULT_VERBOSITY))
 EMACS_GEN_0 = @echo "  EMACS" $@;
 EMACS_GEN_1 =
 
+GUILD_GEN = $(GUILD_GEN_$(V))
+GUILD_GEN_ = $(GUILD_GEN_$(AM_DEFAULT_VERBOSITY))
+GUILD_GEN_0 = @echo "  GUILD   " $@;
+GUILD_GEN_1 =
+
 # Xapian wrapper
 
 lib_LTLIBRARIES = libguilexapian.la
@@ -58,7 +63,7 @@ CLEANFILES = $(GOBJECTS)
 GUILE_WARNINGS = -Wunbound-variable -Warity-mismatch -Wformat
 SUFFIXES = .scm .go
 .scm.go:
-	$(AM_V_GEN)$(top_builddir)/pre-inst-env $(GUILD) compile $(GUILE_WARNINGS) -o "$@" "$<"
+	$(GUILD_GEN)$(top_builddir)/pre-inst-env $(GUILD) compile $(GUILE_WARNINGS) -o "$@" "$<"
 
 # Building xapian/xapian.scm additionally requires the libguilexapian
 # shared library.