mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
Remove '-' prefix from makeinfo invocation. There are no info errors
in doc here; if any creep in I want a bug report.
This commit is contained in:
@ -183,7 +183,7 @@ binutils.dvi: $(srcdir)/binutils.texi
|
|||||||
|
|
||||||
# info file for online browsing
|
# info file for online browsing
|
||||||
binutils.info: $(srcdir)/binutils.texi
|
binutils.info: $(srcdir)/binutils.texi
|
||||||
- $(MAKEINFO) -o binutils.info $(srcdir)/binutils.texi
|
$(MAKEINFO) -o binutils.info $(srcdir)/binutils.texi
|
||||||
|
|
||||||
# different targets for -ms, -mm, -me
|
# different targets for -ms, -mm, -me
|
||||||
# (we don't use a variable because we don't trust all makes to handle
|
# (we don't use a variable because we don't trust all makes to handle
|
||||||
|
Reference in New Issue
Block a user