]> sjero.net Git - wget/commitdiff
[svn] Don't print the line with the comment about running autoheader.
authorhniksic <devnull@localhost>
Fri, 6 May 2005 15:30:35 +0000 (08:30 -0700)
committerhniksic <devnull@localhost>
Fri, 6 May 2005 15:30:35 +0000 (08:30 -0700)
ChangeLog
Makefile.in

index b9c3c716c226c6996e385262f70c7fd9882e9404..a9f74e977010c63cc9155cb77853f55bc378b599 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * Makefile.in ($(srcdir)/stamp-h.in): Don't print the line with
+       the comment about running autoheader.
+
 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * configure.in: Set MAKEINFO to "true" so build doesn't fail for
index bcf2ec099870fa8373c79a073dfd34698ad3748f..187fc4ec5a7a6324d807786f42b5b4c8ffcfa0e8 100644 (file)
@@ -182,7 +182,7 @@ $(srcdir)/configure: configure.in aclocal.m4
 # autoheader might not change config.h.in, so touch a stamp file.
 $(srcdir)/src/config.h.in: stamp-h.in
 $(srcdir)/stamp-h.in: configure.in aclocal.m4
-       true; # running autoheader here breaks: cd $(srcdir) && autoheader
+       @true; # running autoheader here breaks: cd $(srcdir) && autoheader
        echo timestamp > $(srcdir)/stamp-h.in
 
 src/config.h: stamp-h