aboutsummaryrefslogtreecommitdiff
path: root/bfd/doc
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2007-03-22 21:18:34 +0000
committerJoseph Myers <joseph@codesourcery.com>2007-03-22 21:18:34 +0000
commite49e529d120e4bf2c93791900a41cf1a9e7e3cef (patch)
tree4a55d8397f1979da3964d87fb7771b9dff70a93c /bfd/doc
parent5200c3f3c16c1451b4e4c5028d5a58b27d4dc3db (diff)
downloadfsf-binutils-gdb-e49e529d120e4bf2c93791900a41cf1a9e7e3cef.zip
fsf-binutils-gdb-e49e529d120e4bf2c93791900a41cf1a9e7e3cef.tar.gz
fsf-binutils-gdb-e49e529d120e4bf2c93791900a41cf1a9e7e3cef.tar.bz2
bfd:
* Makefile.am (bfdver.h): Only set VERSION_PACKAGE in bfdver.texi if nonempty. * configure.in (REPORT_BUGS_TO): Do not use "URL:" prefix. * Makefile.in, configure, doc/Makefile.in: Regenerate. binutils: * doc/binutils.texi: Include VERSION_PACKAGE when reporting version. gas: * doc/as.texinfo: Include VERSION_PACKAGE when reporting version. gprof: * Makefile.am (TEXI2POD): Include $(AM_MAKEINFOFLAGS). (AM_MAKEINFOFLAGS, TEXI2DVI): Define with -I ../bfd/doc. * Makefile.in: Regenerate. * gprof.texi: Include bfdver.texi. Report both VERSION_PACKAGE and VERSION. ld: * ld.texinfo: Include VERSION_PACKAGE when reporting version.
Diffstat (limited to 'bfd/doc')
-rw-r--r--bfd/doc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in
index 3a12d3b..0f41369 100644
--- a/bfd/doc/Makefile.in
+++ b/bfd/doc/Makefile.in
@@ -340,9 +340,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus doc/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
cd $(top_srcdir) && \
- $(AUTOMAKE) --cygnus doc/Makefile
+ $(AUTOMAKE) --foreign doc/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \