]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* doc/Makefile.am (gasver.texi): Correct quoting.
authorDaniel Jacobowitz <drow@false.org>
Mon, 2 May 2005 22:00:41 +0000 (22:00 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 2 May 2005 22:00:41 +0000 (22:00 +0000)
* doc/Makefile.in: Regenerated.

gas/ChangeLog
gas/doc/Makefile.am
gas/doc/Makefile.in

index f5879a68ba968c383063b33db64b5cb2749b920f..17a62ed7b8bb34b7275b69447d8826a4fd2e8a6a 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * doc/Makefile.am (gasver.texi): Correct quoting.
+       * doc/Makefile.in: Regenerated.
+
 2005-04-29  Ralf Corsepius <ralf.corsepius@rtems.org>
 
        * configure.tgt: Add h8300*-*-rtemscoff.
index 39651302cc45e10a435fe05fd7cb7c26f0fb26d5..9646ef81761bb6283df71f26f484cdaf93a07516 100644 (file)
@@ -60,7 +60,7 @@ CPU_DOCS = \
 
 gasver.texi: $(srcdir)/../../bfd/configure
        rm -f $@
-       eval `grep '^ *VERSION=' $<`; echo '@set VERSION $$VERSION' > $@
+       eval `grep '^ *VERSION=' $<`; echo "@set VERSION $$VERSION" > $@
 
 $(srcdir)/as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
 as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
index 352c4e8405caf984a738ab3deff25f83ce66174f..db9c95e8191325cc9dee1b8f75188ddd70b53e1f 100644 (file)
@@ -582,7 +582,7 @@ asconfig.texi: $(CONFIG).texi
 
 gasver.texi: $(srcdir)/../../bfd/configure
        rm -f $@
-       eval `grep '^ *VERSION=' $<`; echo '@set VERSION $$VERSION' > $@
+       eval `grep '^ *VERSION=' $<`; echo "@set VERSION $$VERSION" > $@
 
 $(srcdir)/as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
 as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)