diff options
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/Makefile.am | 2 | ||||
-rw-r--r-- | gas/doc/Makefile.in | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index 352c4e8..db9c95e 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) |