aboutsummaryrefslogtreecommitdiff
path: root/binutils/doc
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 /binutils/doc
parent6e1b59d2fd2fad783931cbe945cd8287aca3d958 (diff)
downloadgdb-970c3dbce892feccbd6334ebc431a82b84934efd.zip
gdb-970c3dbce892feccbd6334ebc431a82b84934efd.tar.gz
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 'binutils/doc')
-rw-r--r--binutils/doc/Makefile.am3
-rw-r--r--binutils/doc/Makefile.in3
2 files changed, 4 insertions, 2 deletions
diff --git a/binutils/doc/Makefile.am b/binutils/doc/Makefile.am
index 621f863..edda4a0 100644
--- a/binutils/doc/Makefile.am
+++ b/binutils/doc/Makefile.am
@@ -36,7 +36,8 @@ binutils_TEXI = $(srcdir)/binutils.texi
config.texi: $(srcdir)/../../bfd/configure $(binutils_TEXI)
rm -f config.texi
- eval `grep '^ *VERSION=' $<`; echo "@set VERSION $$VERSION" > $@
+ eval `grep '^ *VERSION=' $(srcdir)/../../bfd/configure`; \
+ echo "@set VERSION $$VERSION" > $@
echo "@set UPDATED `date "+%B %Y"`" >> config.texi
# Man page generation from texinfo
diff --git a/binutils/doc/Makefile.in b/binutils/doc/Makefile.in
index 3896761..03d945b 100644
--- a/binutils/doc/Makefile.in
+++ b/binutils/doc/Makefile.in
@@ -567,7 +567,8 @@ uninstall-man: uninstall-man1
config.texi: $(srcdir)/../../bfd/configure $(binutils_TEXI)
rm -f config.texi
- eval `grep '^ *VERSION=' $<`; echo "@set VERSION $$VERSION" > $@
+ eval `grep '^ *VERSION=' $(srcdir)/../../bfd/configure`; \
+ echo "@set VERSION $$VERSION" > $@
echo "@set UPDATED `date "+%B %Y"`" >> config.texi
# Man page generation from texinfo