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/doc/Makefile.am | |
parent | 78df6c563d7976613a18b41e8a686d2e83a01c54 (diff) | |
download | gdb-475bf943d25be9f274033b2cb919ba52cbfc0253.zip gdb-475bf943d25be9f274033b2cb919ba52cbfc0253.tar.gz gdb-475bf943d25be9f274033b2cb919ba52cbfc0253.tar.bz2 |
* doc/Makefile.am (gasver.texi): Correct quoting.
* doc/Makefile.in: Regenerated.
Diffstat (limited to 'gas/doc/Makefile.am')
-rw-r--r-- | gas/doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index 3965130..9646ef8 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) |