This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Fix info generation in gas
- From: Daniel Jacobowitz <drow at false dot org>
- To: binutils at sources dot redhat dot com
- Date: Tue, 8 Mar 2005 12:17:51 -0500
- Subject: Fix info generation in gas
Automake 1.7 put as.info in the build directory, but 1.8/1.9 moved it back.
Without this fix, we try to generate as.info without asconfig.texi during
snapshots. Committed as obvious.
--
Daniel Jacobowitz
CodeSourcery, LLC
2005-03-08 Daniel Jacobowitz <dan@codesourcery.com>
* doc/Makefile.am: Update as.info dependencies.
* aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
Index: gas/doc/Makefile.am
===================================================================
RCS file: /cvs/src/src/gas/doc/Makefile.am,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile.am
--- gas/doc/Makefile.am 29 Jun 2004 19:41:23 -0000 1.29
+++ gas/doc/Makefile.am 8 Mar 2005 17:08:49 -0000
@@ -62,7 +62,7 @@ gasver.texi: Makefile
rm -f $@
echo '@set VERSION $(VERSION)' > $@
-as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
+$(srcdir)/as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
# We want install to imply install-info as per GNU standards, despite the