From: kstailey Date: Wed, 2 Apr 1997 22:57:27 +0000 (+0000) Subject: Use new makeinfo -P dir option to prepend gcc/f to the include path. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1ce24569c3426a477e21d0ed1a64f4854d8f6865;p=openbsd 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. --- 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...?