diff options
Diffstat (limited to 'binutils/doc/Makefile.am')
-rw-r--r-- | binutils/doc/Makefile.am | 3 |
1 files changed, 2 insertions, 1 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 |