PR binutils/3017

* doc/Makefile.am: Use single quotes inside backquotes for
	date command while generating config.texi.
	* doc/Makefile.in: Regenerate.
This commit is contained in:
Joern Rennecke 2006-08-10 13:23:15 +00:00
parent 089ec8f1ac
commit 258ea6c825
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2006-08-10 J"orn Rennecke <joern.rennecke@st.com>
PR binutils/3017
* doc/Makefile.am: Use single quotes inside backquotes for
date command while generating config.texi.
* doc/Makefile.in: Regenerate.
2006-08-08 Nick Clifton <nickc@redhat.com>
PR binutils/2768

View File

@ -41,7 +41,7 @@ config.texi: $(srcdir)/../../bfd/configure $(binutils_TEXI)
rm -f config.texi
eval `grep '^ *VERSION=' $(srcdir)/../../bfd/configure`; \
echo "@set VERSION $$VERSION" > $@
echo "@set UPDATED `date "+%B %Y"`" >> config.texi
echo "@set UPDATED `date '+%B %Y'`" >> config.texi
# Man page generation from texinfo
addr2line.1: $(binutils_TEXI) $(binutils_TEXINFOS)

View File

@ -571,7 +571,7 @@ config.texi: $(srcdir)/../../bfd/configure $(binutils_TEXI)
rm -f config.texi
eval `grep '^ *VERSION=' $(srcdir)/../../bfd/configure`; \
echo "@set VERSION $$VERSION" > $@
echo "@set UPDATED `date "+%B %Y"`" >> config.texi
echo "@set UPDATED `date '+%B %Y'`" >> config.texi
# Man page generation from texinfo
addr2line.1: $(binutils_TEXI) $(binutils_TEXINFOS)