]> 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 21:59:55 +0000 (21:59 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 2 May 2005 21:59:55 +0000 (21:59 +0000)
* doc/Makefile.in: Regenerated.

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

index 824c0956759095e6642a756700b1e3268f1fd040..0a85308afd5de6fa11ce48490df5b5dbb3f64e8c 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  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * doc/Makefile.am (gasver.texi): Depend on bfd/configure instead
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 1be5ad0351311bebf03df9faee96b6f644a48e67..09420df52e15e4c743bc0c814116c1dfea0ab6e0 100644 (file)
@@ -581,7 +581,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)