diff options
author | Joseph Myers <joseph@codesourcery.com> | 2007-03-07 22:50:01 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2007-03-07 22:50:01 +0000 |
commit | ad22bfe862580712218ebd334179fd7a48b28a36 (patch) | |
tree | 144ac8603b8c41ee96acf83e93696c66a8842b07 /gas/Makefile.in | |
parent | faed74d627d4e215160a8768943c1677a3960e21 (diff) | |
download | gdb-ad22bfe862580712218ebd334179fd7a48b28a36.zip gdb-ad22bfe862580712218ebd334179fd7a48b28a36.tar.gz gdb-ad22bfe862580712218ebd334179fd7a48b28a36.tar.bz2 |
binutils:
* configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
bug-reporting URL.
* doc/Makefile.am (config.texi): Define BUGURL.
* doc/binutils.texi: Use BUGURL. Remove text about large files
and uuencoding.
* Makefile.in, configure, doc/Makefile.in: Regenerate.
gas:
* configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
bug-reporting URL.
* doc/Makefile.am (gasver.texi): Define BUGURL.
* doc/as.texinfo: Use BUGURL.
* Makefile.in, configure, doc/Makefile.in: Regenerate.
ld:
* configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
bug-reporting URL.
* Makefile.am (ldver.texi): Define BUGURL.
* ld.texinfo: Use BUGURL.
* Makefile.in, configure: Regenerate.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 5bf93c0..847c108 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -182,6 +182,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POSUB = @POSUB@ RANLIB = @RANLIB@ +REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@ REPORT_BUGS_TO = "\"@REPORT_BUGS_TO@\"" SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ |