aboutsummaryrefslogtreecommitdiff
path: root/gas/doc/Makefile.am
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2005-05-17 19:43:52 +0000
committerDaniel Jacobowitz <drow@false.org>2005-05-17 19:43:52 +0000
commit970c3dbce892feccbd6334ebc431a82b84934efd (patch)
treeb51a3e5099f752e2af5273d481bfe9d8875d3971 /gas/doc/Makefile.am
parent6e1b59d2fd2fad783931cbe945cd8287aca3d958 (diff)
downloadfsf-binutils-gdb-970c3dbce892feccbd6334ebc431a82b84934efd.zip
fsf-binutils-gdb-970c3dbce892feccbd6334ebc431a82b84934efd.tar.gz
fsf-binutils-gdb-970c3dbce892feccbd6334ebc431a82b84934efd.tar.bz2
binutils/
* doc/Makefile.am (config.texi): Don't use $<. * doc/Makefile.in: Regenerated. ld/ * Makefile.am (ldver.texi): Don't use $<. * Makefile.in: Regenerated. gas/ * doc/Makefile.am (gasver.texi): Don't use $<. * doc/Makefile.in: Regenerated.
Diffstat (limited to 'gas/doc/Makefile.am')
-rw-r--r--gas/doc/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am
index 9646ef8..8b623d8 100644
--- a/gas/doc/Makefile.am
+++ b/gas/doc/Makefile.am
@@ -60,7 +60,8 @@ CPU_DOCS = \
gasver.texi: $(srcdir)/../../bfd/configure
rm -f $@
- eval `grep '^ *VERSION=' $<`; echo "@set VERSION $$VERSION" > $@
+ eval `grep '^ *VERSION=' $(srcdir)/../../bfd/configure`; \
+ echo "@set VERSION $$VERSION" > $@
$(srcdir)/as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)