summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkstailey <kstailey@openbsd.org>1997-04-02 22:57:27 +0000
committerkstailey <kstailey@openbsd.org>1997-04-02 22:57:27 +0000
commit1ce24569c3426a477e21d0ed1a64f4854d8f6865 (patch)
tree96668051986a57be2ab7040dafab6ecc55980fe4
parentAdd "-P dir" option to prepend a dir to the include path. (diff)
downloadwireguard-openbsd-1ce24569c3426a477e21d0ed1a64f4854d8f6865.tar.xz
wireguard-openbsd-1ce24569c3426a477e21d0ed1a64f4854d8f6865.zip
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.
-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...?