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.
This commit is contained in:
Daniel Jacobowitz
2005-05-17 19:43:52 +00:00
parent 6e1b59d2fd
commit 970c3dbce8
9 changed files with 27 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
* doc/Makefile.am (config.texi): Don't use $<.
* doc/Makefile.in: Regenerated.
2005-05-15 Yitzchak Scott-Thoennes <sthoenna@efn.org>
* deflex.l: Ignore CRs

View File

@ -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

View File

@ -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