This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] `make info' does not work in gas/


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]