diff options
author | Daniel Jacobowitz <drow@false.org> | 2005-03-08 17:16:25 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2005-03-08 17:16:25 +0000 |
commit | 399132afa6e28b8cdd81b0f92aec9f723069029d (patch) | |
tree | e70c878224636d3a573570e725e173caaa780b42 /gas/doc/Makefile.am | |
parent | 664fe1be181999b0e0a87d8f01b1873dc1b9cbc7 (diff) | |
download | gdb-399132afa6e28b8cdd81b0f92aec9f723069029d.zip gdb-399132afa6e28b8cdd81b0f92aec9f723069029d.tar.gz gdb-399132afa6e28b8cdd81b0f92aec9f723069029d.tar.bz2 |
* doc/Makefile.am: Update as.info dependencies.
* aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
Diffstat (limited to 'gas/doc/Makefile.am')
-rw-r--r-- | gas/doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index 610e899..e6b8d95 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -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 |