Removed '-' prefix from Makefile invocation of makeinfo. Not needed
authorRoland Pesch <pesch@cygnus>
Thu, 14 Nov 1991 00:23:20 +0000 (00:23 +0000)
committerRoland Pesch <pesch@cygnus>
Thu, 14 Nov 1991 00:23:20 +0000 (00:23 +0000)
(til next time someone breaks it; I want a bugreport then).

bfd/doc/Makefile.in

index e6740f354a15ffd6bb91be6ec1f3637a2a882e04..8d80a6f3d4c8d40b1328f12927aa5bdd3f6dd1a7 100644 (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