mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +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.???
|
rm -f $(STAGESTUFF) bfd.dvi bfd.ps *~* *# bfd.???
|
||||||
|
|
||||||
bfd.info: $(DOCFILES) bfd.texinfo
|
bfd.info: $(DOCFILES) bfd.texinfo
|
||||||
- $(MAKEINFO) -o bfd.info $(srcdir)/bfd.texinfo
|
$(MAKEINFO) -o bfd.info $(srcdir)/bfd.texinfo
|
||||||
|
|
||||||
bfd.dvi: $(DOCFILES) bfd.texinfo
|
bfd.dvi: $(DOCFILES) bfd.texinfo
|
||||||
TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex bfd.texinfo
|
TEXINPUTS=${TEXIDIR}:.:$$TEXINPUTS tex bfd.texinfo
|
||||||
|
Reference in New Issue
Block a user