summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkstailey <kstailey@openbsd.org>1997-02-06 17:56:09 +0000
committerkstailey <kstailey@openbsd.org>1997-02-06 17:56:09 +0000
commit989ece3e323f1086336673d38bfce28943c379d2 (patch)
treee4867cca96c07d7bbc9dfbe2f7f67646641fb96c
parentneed a frame.h; empty for now; PR#74, gwen@rtmx.com (diff)
downloadwireguard-openbsd-989ece3e323f1086336673d38bfce28943c379d2.tar.xz
wireguard-openbsd-989ece3e323f1086336673d38bfce28943c379d2.zip
cd into gcc/f before building g77.info to avoid picking up on the wrong
version of install.texi (both gcc/install.texi and gcc/f/install.texi exist and are different.)
-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..76bf3aa2e28 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 \
+ cd $(srcdir)/f && $(MAKEINFO) -I$(srcdir) $(srcdir)/f/g77.texi \
-o $(build_infodir)/f/g77.info
# XXX OpenBSD What to do with dvi builds...?