* doc/Makefile.am (gasver.texi): Correct quoting.
* doc/Makefile.in: Regenerated.
This commit is contained in:
parent
78df6c563d
commit
475bf943d2
3 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue