mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
Removed '-' prefix from Makefile invocation of makeinfo. Not needed
(til next time someone breaks it; I want a bugreport then).
This commit is contained in:
@ -85,7 +85,7 @@ clean:
|
||||
rm -f $(STAGESTUFF) bfd.dvi bfd.ps *~* *# bfd.???
|
||||
|
||||
bfd.info: $(DOCFILES) bfd.texinfo
|
||||
- $(MAKEINFO) -o bfd.info $(srcdir)/bfd.texinfo
|
||||
$(MAKEINFO) -o bfd.info $(srcdir)/bfd.texinfo
|
||||
|
||||
bfd.dvi: $(DOCFILES) bfd.texinfo
|
||||
TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex bfd.texinfo
|
||||
|
Reference in New Issue
Block a user