summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-04-02 22:57:28 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-04-02 22:57:28 +0000
commit7a50e41df14253ccc152387b8f409e701feb23ba (patch)
tree4dc842ffe9e7ae2b9dc53e156a89a77b66ac28a7 /gnu
parent14c833e612fc7eae32feef78a8073c8bc8ae047a (diff)
Use new makeinfo -P dir option to prepend gcc/f to the include path.
You must rebuild and install the new makeinfo before building gcc! This corrects the gcc/install.texi gcc/f/install.texi name collision.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gcc/f/Make-lang.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/f/Make-lang.in b/gnu/usr.bin/gcc/f/Make-lang.in
index 1c4cd537dc3..92f2fa7b134 100644
--- 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...?