diff options
author | Alan Modra <amodra@gmail.com> | 2005-04-14 05:26:44 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-04-14 05:26:44 +0000 |
commit | 9e9b66a9565074bc875a2b2d01c628c58bca6bd5 (patch) | |
tree | 2185c9bc4eb2ce954ac7aed4943370113c168910 /binutils/doc/Makefile.in | |
parent | 92ceba1e4f12b335f6161d08a52c62a9c7954fe0 (diff) | |
download | binutils-9e9b66a9565074bc875a2b2d01c628c58bca6bd5.zip binutils-9e9b66a9565074bc875a2b2d01c628c58bca6bd5.tar.gz binutils-9e9b66a9565074bc875a2b2d01c628c58bca6bd5.tar.bz2 |
bfd/
* Makefile.am (NO_WERROR): Define.
* warning.m4: New file
* acinclude.m4: Include warning.m4.
* configure.in: Invoke AM_BINUTILS_WARNINGS.
* Makefile.in: Regenerate.
* configure: Regenerate.
bfd/doc/
* Makefile.in: Regenerate.
binutils/
* Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
* configure.in: Include ../bfd/warning.m4 contents.
* Makefile.in: Regenerate.
* configure: Regenerate.
* doc/Makefile.in: Regenerate.
gas/
* Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
* acinclude.m4: Include ../bfd/warning.m4.
* configure.in: Invoke AM_BINUTILS_WARNINGS.
* Makefile.in: Regenerate.
* configure: Regenerate.
* doc/Makefile.in: Regenerate.
gprof/
* Makefile.am (NO_WERROR): Define.
* acinclude.m4: Include ../bfd/warning.m4.
* configure.in: Invoke AM_BINUTILS_WARNINGS.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* configure: Regenerate.
ld/
* Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
* configure.in: Include ../bfd/warning.m4 contents.
* Makefile.in: Regenerate.
* configure: Regenerate.
opcodes/
* Makefile.am (NO_WERROR): Define.
* configure.in: Invoke AM_BINUTILS_WARNINGS.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'binutils/doc/Makefile.in')
-rw-r--r-- | binutils/doc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/doc/Makefile.in b/binutils/doc/Makefile.in index 6c70682..2fb63c3 100644 --- a/binutils/doc/Makefile.in +++ b/binutils/doc/Makefile.in @@ -108,6 +108,7 @@ MAKEINFO = @MAKEINFO@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ NLMCONV_DEFS = @NLMCONV_DEFS@ +NO_WERROR = @NO_WERROR@ OBJDUMP = @OBJDUMP@ OBJDUMP_DEFS = @OBJDUMP_DEFS@ OBJEXT = @OBJEXT@ |