From 0ed5877faac27bad424738a81e015ae7299cc3ce Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 27 May 1997 05:53:06 +0000 Subject: [PATCH] make echo silent --- ChangeLog | 6 +++++- THANKS | 1 + lib/am/remake-hdr.am | 2 +- remake-hdr.am | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 870262a..4ed90b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ Mon May 26 22:50:49 1997 Tom Tromey + * remake-hdr.am ($(srcdir)/@STAMP@.in): Make echo silent. Report + from Alexandre Oliva. + * automake.in (generate_makefile): If --no-force, check - Makefile.in against configure.in and aclocal.m4. + Makefile.in against configure.in and aclocal.m4. Report from + Alexandre Oliva. * automake.in (handle_dist_worker): Put --include-deps on command line if specified originally. diff --git a/THANKS b/THANKS index 344469f..ef676b0 100644 --- a/THANKS +++ b/THANKS @@ -4,6 +4,7 @@ people: Akim Demaille Alexander V. Lukyanov +Alexandre Oliva Andreas Schwab Anthony Green Bill Fenner diff --git a/lib/am/remake-hdr.am b/lib/am/remake-hdr.am index 5e17541..c4f9b69 100644 --- a/lib/am/remake-hdr.am +++ b/lib/am/remake-hdr.am @@ -26,4 +26,4 @@ $(srcdir)/@CONFIG_HEADER_IN@: @MAINT@$(srcdir)/@STAMP@.in $(srcdir)/@STAMP@.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) @FILES@ cd $(top_srcdir) && $(AUTOHEADER) - echo timestamp > $(srcdir)/@STAMP@.in + @echo timestamp > $(srcdir)/@STAMP@.in diff --git a/remake-hdr.am b/remake-hdr.am index 5e17541..c4f9b69 100644 --- a/remake-hdr.am +++ b/remake-hdr.am @@ -26,4 +26,4 @@ $(srcdir)/@CONFIG_HEADER_IN@: @MAINT@$(srcdir)/@STAMP@.in $(srcdir)/@STAMP@.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) @FILES@ cd $(top_srcdir) && $(AUTOHEADER) - echo timestamp > $(srcdir)/@STAMP@.in + @echo timestamp > $(srcdir)/@STAMP@.in -- 2.7.4