diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-24 13:16:29 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-24 13:16:29 (EDT) |
commit | 379723b364ae6a8fd3e1e5f8f6410536fb9cd2fc (patch) | |
tree | cc248c5fb003c309e0c4cdcb09f370c830be71f6 | |
parent | 52960523cb258df06bb4962786b4d8a6e70fe21f (diff) |
Makefile.am: Use $(AM_V_GEN) with .builddirstamp
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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]*[^\#]/{ \ |