aboutsummaryrefslogtreecommitdiff
path: root/zlib/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-06-14 20:05:59 +0000
committerTom Tromey <tromey@gcc.gnu.org>2005-06-14 20:05:59 +0000
commitcd1118132999decb9b96a3ce6378c8fe3a7ab2b4 (patch)
treeb33077dd2a25ad9f273d259848485e2e592c133e /zlib/Makefile.in
parentc8094d835f3b458cc3d47195966d944c89208396 (diff)
downloadgcc-cd1118132999decb9b96a3ce6378c8fe3a7ab2b4.zip
gcc-cd1118132999decb9b96a3ce6378c8fe3a7ab2b4.tar.gz
gcc-cd1118132999decb9b96a3ce6378c8fe3a7ab2b4.tar.bz2
re PR libgcj/19877 (sometimes reconfiguring leads to incorrect config.h)
config/: PR libgcj/19877: * no-executables.m4: Call real AC_FUNC_MMAP when cache variable is set but not 'no'. libstdc++-v3/: PR libgcj/19877: * configure, aclocal.m4: Rebuilt. * Makefile.in, include/Makefile.in, libmath/Makefile.in, libsupc++/Makefile.in, po/Makefile.in, src/Makefile.in, testsuite/Makefile.in: Likewise. libjava/: PR libgcj/19877: * configure, aclocal.m4, Makefile.in: Rebuilt. libgfortran/: PR libgcj/19877: * configure, aclocal.m4, Makefile.in: Rebuilt. zlib/: PR libgcj/19877: * configure, aclocal.m4, Makefile.in: Rebuilt. From-SVN: r100953
Diffstat (limited to 'zlib/Makefile.in')
-rw-r--r--zlib/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/zlib/Makefile.in b/zlib/Makefile.in
index ffdcd59..33dabf5 100644
--- a/zlib/Makefile.in
+++ b/zlib/Makefile.in
@@ -52,7 +52,8 @@ DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.sub README \
$(srcdir)/../config.sub
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
+ $(top_srcdir)/../config/lead-dot.m4 $(top_srcdir)/acinclude.m4 \
$(top_srcdir)/../config/no-executables.m4 \
$(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \