projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afe3aa7
)
Removed '-' prefix from Makefile invocation of makeinfo. Not needed
author
Roland Pesch
<pesch@cygnus>
Thu, 14 Nov 1991 00:23:20 +0000
(
00:23
+0000)
committer
Roland 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
patch
|
blob
|
history
diff --git
a/bfd/doc/Makefile.in
b/bfd/doc/Makefile.in
index e6740f354a15ffd6bb91be6ec1f3637a2a882e04..8d80a6f3d4c8d40b1328f12927aa5bdd3f6dd1a7 100644
(file)
--- a/
bfd/doc/Makefile.in
+++ b/
bfd/doc/Makefile.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