Fix info generation in gas

Daniel Jacobowitz drow@false.org
Tue Mar 8 17:18:00 GMT 2005


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



More information about the Binutils mailing list