summary refs log tree commit diff
path: root/src/guile
diff options
context:
space:
mode:
Diffstat (limited to 'src/guile')
-rw-r--r--src/guile/Makefile.am7
1 files changed, 4 insertions, 3 deletions
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: