]> sjero.net Git - wget/commitdiff
[svn] Remove the aclocal.m4 dependencies.
authorhniksic <devnull@localhost>
Fri, 24 Jun 2005 13:34:30 +0000 (06:34 -0700)
committerhniksic <devnull@localhost>
Fri, 24 Jun 2005 13:34:30 +0000 (06:34 -0700)
ChangeLog
Makefile.in

index 6e03a34f20132651e0f429da336469fdd50c2cd5..0661da7fbfb98af708d3ef4476fe59c883b67bca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * Makefile.in ($(srcdir)/stamp-h.in): Remove the aclocal.m4
+       dependencies.
+
 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * configure.in: Include m4/*.m4.
index 748b157e9771cb5e30cff7014a63ba1d67ef523e..ed7ed8bd656996d8bfb4531cf06f3fdf184f333c 100644 (file)
@@ -171,12 +171,12 @@ clean-recursive distclean-recursive realclean-recursive:
 # Dependencies for maintenance
 #
 
-$(srcdir)/configure: configure.in aclocal.m4
+$(srcdir)/configure: configure.in
        cd $(srcdir) && autoconf
 
 # 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
+$(srcdir)/stamp-h.in: configure.in
        @true; # running autoheader here breaks: cd $(srcdir) && autoheader
        echo timestamp > $(srcdir)/stamp-h.in