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