[patch] `make info' does not work in gas/
Maciej W. Rozycki
macro@linux-mips.org
Mon Jun 28 15:54:00 GMT 2004
Hello,
Due to the way recent automake versions work -- an explicitly supplied
dependency replaces an internal one, `make info' does not work in gas/
anymore, i.e. the as info pages are not built in gas/doc/, only the man
page is.
Here's a fix that works for me.
2004-06-28 Maciej W. Rozycki <macro@linux-mips.org>
* doc/Makefile.am (info): Rename goal to...
(info-local): ... this, to preserve implicit dependencies.
* doc/Makefile.in: Regenerate with automake 1.8.5.
OK to apply?
Maciej
binutils-2.15.91-20040625-gas-info.patch
diff -up --recursive --new-file binutils-2.15.91-20040625.macro/gas/doc/Makefile.am binutils-2.15.91-20040625/gas/doc/Makefile.am
--- binutils-2.15.91-20040625.macro/gas/doc/Makefile.am 2004-01-06 04:25:23.000000000 +0000
+++ binutils-2.15.91-20040625/gas/doc/Makefile.am 2004-06-27 14:23:05.000000000 +0000
@@ -85,7 +85,7 @@ CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/c
# Maintenance
# We need it for the taz target in ../../Makefile.in.
-info: $(MANS)
+info-local: $(MANS)
# Build the man page from the texinfo file
# The sed command removes the no-adjust Nroff command so that
More information about the Binutils
mailing list