diff options
author | Tom Tromey <tromey@redhat.com> | 1997-05-27 05:53:06 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1997-05-27 05:53:06 +0000 |
commit | 0ed5877faac27bad424738a81e015ae7299cc3ce (patch) | |
tree | 27c7132012291de74c32faaefc98c57772cb2bc7 /lib | |
parent | fce91531c22392ead3c1f9c42238fd2c12a34024 (diff) | |
download | automake-0ed5877faac27bad424738a81e015ae7299cc3ce.tar.gz |
make echo silent
Diffstat (limited to 'lib')
-rw-r--r-- | lib/am/remake-hdr.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/am/remake-hdr.am b/lib/am/remake-hdr.am index 5e17541d9..c4f9b6971 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 |