diff options
author | Alan Modra <amodra@gmail.com> | 2007-04-24 04:05:04 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-04-24 04:05:04 +0000 |
commit | d5efd9fc3fac32cbcbbb32ad6ba53d62b8f97831 (patch) | |
tree | 1bb31a1a3811a1c9c97c5a22452d000f67224d94 /bfd/Makefile.in | |
parent | 12866c24f6c33d772e6248be1c83063e370c974c (diff) | |
download | gdb-d5efd9fc3fac32cbcbbb32ad6ba53d62b8f97831.zip gdb-d5efd9fc3fac32cbcbbb32ad6ba53d62b8f97831.tar.gz gdb-d5efd9fc3fac32cbcbbb32ad6ba53d62b8f97831.tar.bz2 |
* acinclude.m4: Include config/stdint.m4.
* configure.in: Invoke GCC_HEADER_STDINT.
* sysdep.h: Don't include ansidecl.h here.
* configure: Regenerate.
* config.in: Regenerate.
* Makefile.in: Regenerate.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 51770d7..7a6ad63 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -52,8 +52,9 @@ am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/../config/gettext-sister.m4 \ $(top_srcdir)/../config/nls.m4 $(top_srcdir)/../config/po.m4 \ $(top_srcdir)/../config/progtest.m4 \ - $(top_srcdir)/../bfd/bfd.m4 $(top_srcdir)/../bfd/warning.m4 \ - $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.in + $(top_srcdir)/../config/stdint.m4 $(top_srcdir)/../bfd/bfd.m4 \ + $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../libtool.m4 \ + $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |