diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-03-31 05:55:18 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-03-31 06:39:57 -0700 |
commit | 543b793377eb8c64f8c4e0e68cd3e6b39e857051 (patch) | |
tree | 10daf4193326e332e374cb00641fea7ce26465d6 /gas/Makefile.in | |
parent | ed2b5077eb36d82ad7763d76fdd8e82d15f72b7a (diff) | |
download | gdb-543b793377eb8c64f8c4e0e68cd3e6b39e857051.zip gdb-543b793377eb8c64f8c4e0e68cd3e6b39e857051.tar.gz gdb-543b793377eb8c64f8c4e0e68cd3e6b39e857051.tar.bz2 |
Revert the AM_ZLIB change in gas
* configure.ac: Revert the AM_ZLIB change.
* Makefile.in: Regenerated.
* aclocal.m4: Likewise.
* configure: Likewise.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 240d7d9..1efdb5c 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -77,10 +77,11 @@ am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \ $(top_srcdir)/../config/plugins.m4 \ $(top_srcdir)/../config/po.m4 \ $(top_srcdir)/../config/progtest.m4 \ - $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \ - $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ - $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/../bfd/version.m4 $(top_srcdir)/configure.ac + $(top_srcdir)/../config/zlib.m4 $(top_srcdir)/../libtool.m4 \ + $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \ + $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \ + $(top_srcdir)/acinclude.m4 $(top_srcdir)/../bfd/version.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ @@ -297,6 +298,7 @@ te_file = @te_file@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ +zlibdir = @zlibdir@ zlibinc = @zlibinc@ AUTOMAKE_OPTIONS = 1.11 dejagnu foreign no-dist ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd |