From: hniksic Date: Fri, 6 May 2005 15:30:35 +0000 (-0700) Subject: [svn] Don't print the line with the comment about running autoheader. X-Git-Tag: v1.13~1081 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=cb6c0c4f504599b00eefe7f19018e199f33b279a [svn] Don't print the line with the comment about running autoheader. --- diff --git a/ChangeLog b/ChangeLog index b9c3c716..a9f74e97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-05-06 Hrvoje Niksic + + * Makefile.in ($(srcdir)/stamp-h.in): Don't print the line with + the comment about running autoheader. + 2005-05-06 Hrvoje Niksic * configure.in: Set MAKEINFO to "true" so build doesn't fail for diff --git a/Makefile.in b/Makefile.in index bcf2ec09..187fc4ec 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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