summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2005-05-02 21:59:55 +0000
committerDaniel Jacobowitz <drow@false.org>2005-05-02 21:59:55 +0000
commit57aced59255a180cdcb9da99570aa03db2262b1d (patch)
tree391b6326fae8555d93a7067a64ba389b8770fb46
parentb09b21d05e63decb4efbfa82b2d748fafc0b6431 (diff)
downloadbinutils-gdb-57aced59255a180cdcb9da99570aa03db2262b1d.tar.gz
* doc/Makefile.am (gasver.texi): Correct quoting.
* doc/Makefile.in: Regenerated.
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/doc/Makefile.am2
-rw-r--r--gas/doc/Makefile.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 824c0956759..0a85308afd5 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am
index 39651302cc4..9646ef81761 100644
--- a/gas/doc/Makefile.am
+++ b/gas/doc/Makefile.am
@@ -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)
diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in
index 1be5ad03513..09420df52e1 100644
--- a/gas/doc/Makefile.in
+++ b/gas/doc/Makefile.in
@@ -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)