From 379723b364ae6a8fd3e1e5f8f6410536fb9cd2fc Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 24 Aug 2014 13:16:29 -0400 Subject: Makefile.am: Use $(AM_V_GEN) with .builddirstamp --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a61efaf..d9d4ac3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,7 +81,7 @@ do_subst = sed \ AM_TESTS_ENVIRONMENT = srcdir=$(top_srcdir) COLOR_TEST_LOGS=$(COLOR_TEST_LOGS) .builddirstamp: - touch .builddirstamp + $(AM_V_GEN)touch .builddirstamp todo_script = \ /^[0-9]* .[ \t]*\#[ \t]*TODO/,/^[0-9]* .[ \t]*[^\#]/{ \ -- cgit v0.9.1