Use new makeinfo -P dir option to prepend gcc/f to the include path.
authorkstailey <kstailey@openbsd.org>
Wed, 2 Apr 1997 22:57:27 +0000 (22:57 +0000)
committerkstailey <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

index 1c4cd53..92f2fa7 100644 (file)
@@ -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...?