summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/guile/Makefile.am7
2 files changed, 5 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e423791..5a620dd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,6 +10,6 @@ CLEANFILES = $(bin_SCRIPTS) $(noinst_SCRIPTS)
include $(top_srcdir)/substitute.am
.in:
- $(substitute) "$^" > "$@.tmp" && \
+ $(AM_V_SUBSTITUTE)$(substitute) "$^" > "$@.tmp" && \
chmod +x "$@.tmp" && \
mv "$@.tmp" "$@"
diff --git a/src/guile/Makefile.am b/src/guile/Makefile.am
index ea5df96..e4dd75c 100644
--- a/src/guile/Makefile.am
+++ b/src/guile/Makefile.am
@@ -1,4 +1,5 @@
-# Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2012 Ludovic Courtès <ludo@gnu.org>
+# Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2012,
+# 2015 Ludovic Courtès <ludo@gnu.org>
#
# This file is part of Skribilo.
#
@@ -108,8 +109,8 @@ BUILT_SOURCES = \
skribilo/utils/images.scm
.in.scm:
- $(MKDIR_P) "`dirname $@`"
- $(substitute) "$^" > "$@.tmp" && \
+ $(AM_V_SUBSTITUTE)$(MKDIR_P) "`dirname $@`" ; \
+ $(substitute) "$^" > "$@.tmp" && \
mv "$@.tmp" "$@"
#all-local: