From: Robert Millan Date: Wed, 18 Nov 2009 20:57:57 +0000 (+0000) Subject: 2009-11-18 Robert Millan X-Git-Tag: 1.98~407 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af1c0c85a7cc72d55207bed92f22b7e26053ca2b;p=thirdparty%2Fgrub.git 2009-11-18 Robert Millan * Makefile.in ($(srcdir)/aclocal.m4): New target. --- diff --git a/ChangeLog b/ChangeLog index 6d7a25be4..7e82eee9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-11-18 Robert Millan + + * Makefile.in ($(srcdir)/aclocal.m4): New target. + 2009-11-17 Robert Millan * INSTALL: Document Automake is needed for bootstrap. diff --git a/Makefile.in b/Makefile.in index febba1f33..d96354e49 100644 --- a/Makefile.in +++ b/Makefile.in @@ -445,6 +445,9 @@ check: .SUFFIX: .c .o .S .d # Regenerate configure and Makefile automatically. +$(srcdir)/aclocal.m4: configure.ac acinclude.m4 + cd $(srcdir) && aclocal + $(srcdir)/configure: configure.ac aclocal.m4 cd $(srcdir) && autoconf