make echo silent
authorTom Tromey <tromey@redhat.com>
Tue, 27 May 1997 05:53:06 +0000 (05:53 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 27 May 1997 05:53:06 +0000 (05:53 +0000)
ChangeLog
THANKS
lib/am/remake-hdr.am
remake-hdr.am

index 870262a..4ed90b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
 Mon May 26 22:50:49 1997  Tom Tromey  <tromey@cygnus.com>
 
+       * 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 (file)
--- a/THANKS
+++ b/THANKS
@@ -4,6 +4,7 @@ people:
 
 Akim Demaille <demaille@inf.enst.fr>
 Alexander V. Lukyanov <lav@yars.free.net>
+Alexandre Oliva <oliva@dcc.unicamp.br>
 Andreas Schwab <schwab@lamothe.informatik.uni-dortmund.de>
 Anthony Green <green@cygnus.com>
 Bill Fenner <fenner@parc.xerox.com>
index 5e17541..c4f9b69 100644 (file)
@@ -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
index 5e17541..c4f9b69 100644 (file)
@@ -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