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:
Roland Pesch
1991-11-14 00:23:20 +00:00
parent afe3aa730c
commit a28c84e830

View File

@ -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