diff options
author | Daniel Jacobowitz <drow@false.org> | 2005-05-02 22:00:41 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2005-05-02 22:00:41 +0000 |
commit | 475bf943d25be9f274033b2cb919ba52cbfc0253 (patch) | |
tree | 46fe720ec89d3186103126392fd646a890f72238 /gas | |
parent | 78df6c563d7976613a18b41e8a686d2e83a01c54 (diff) | |
download | binutils-gdb-475bf943d25be9f274033b2cb919ba52cbfc0253.tar.gz |
* doc/Makefile.am (gasver.texi): Correct quoting.
* doc/Makefile.in: Regenerated.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/doc/Makefile.am | 2 | ||||
-rw-r--r-- | gas/doc/Makefile.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f5879a68ba9..17a62ed7b8b 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 Ralf Corsepius <ralf.corsepius@rtems.org> * configure.tgt: Add h8300*-*-rtemscoff. 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 352c4e8405c..db9c95e8191 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -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) |