This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RFA: fix PR newlib/3017



2006-08-09  J"orn Rennecke  <joern.rennecke@st.com>

	PR newlib/3017
	* doc/Makefile.am: Use single quotes inside backquotes for
	data command while generating config.texi.
	* doc/Makefile.in: Regenerate.

Index: doc/Makefile.am
===================================================================
RCS file: /cvs/src/src/binutils/doc/Makefile.am,v
retrieving revision 1.14
diff -p -u -r1.14 Makefile.am
--- doc/Makefile.am	2 Jun 2006 23:08:11 -0000	1.14
+++ doc/Makefile.am	9 Aug 2006 20:45:14 -0000
@@ -41,7 +41,7 @@ config.texi: $(srcdir)/../../bfd/configu
 	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)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]