cd into gcc/f before building g77.info to avoid picking up on the wrong
authorkstailey <kstailey@openbsd.org>
Thu, 6 Feb 1997 17:56:09 +0000 (17:56 +0000)
committerkstailey <kstailey@openbsd.org>
Thu, 6 Feb 1997 17:56:09 +0000 (17:56 +0000)
version of install.texi (both gcc/install.texi and gcc/f/install.texi exist
and are different.)

gnu/usr.bin/gcc/f/Make-lang.in

index 1c4cd53..76bf3aa 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 \
+       cd $(srcdir)/f && $(MAKEINFO) -I$(srcdir) $(srcdir)/f/g77.texi \
           -o $(build_infodir)/f/g77.info
 
 # XXX OpenBSD What to do with dvi builds...?