artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a0e08c
)
Use new makeinfo -P dir option to prepend gcc/f to the include path.
author
kstailey
<kstailey@openbsd.org>
Wed, 2 Apr 1997 22:57:27 +0000
(22:57 +0000)
committer
kstailey
<kstailey@openbsd.org>
Wed, 2 Apr 1997 22:57:27 +0000
(22:57 +0000)
You must rebuild and install the new makeinfo before building gcc!
This corrects the gcc/install.texi gcc/f/install.texi name collision.
gnu/usr.bin/gcc/f/Make-lang.in
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/gcc/f/Make-lang.in
b/gnu/usr.bin/gcc/f/Make-lang.in
index
1c4cd53
..
92f2fa7
100644
(file)
--- a/
gnu/usr.bin/gcc/f/Make-lang.in
+++ b/
gnu/usr.bin/gcc/f/Make-lang.in
@@
-128,7
+128,7
@@
g77-cross: f/g77.c version.o $(LIBDEPS)
# g77 documentation.
$(build_infodir)/f/g77.info: f/g77.texi f/bugs.texi f/install.texi f/news.texi
- $(MAKEINFO) -
I
$(srcdir)/f $(srcdir)/f/g77.texi \
+ $(MAKEINFO) -
P
$(srcdir)/f $(srcdir)/f/g77.texi \
-o $(build_infodir)/f/g77.info
# XXX OpenBSD What to do with dvi builds...?