diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 96a109138aa..528bcbd7d8b 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -564,6 +564,8 @@ FLAGS_TO_PASS = \ "objext=$(objext)" \ "exec_prefix=$(exec_prefix)" \ "prefix=$(prefix)" \ + "local_prefix=$(local_prefix)" \ + "gxx_include_dir=$(gxx_include_dir)" \ "tooldir=$(tooldir)" \ "bindir=$(bindir)" \ "libsubdir=$(libsubdir)" diff --git a/gcc/f/ChangeLog.egcs b/gcc/f/ChangeLog.egcs index 3ca2503b6a7..6fc29a42dc5 100644 --- a/gcc/f/ChangeLog.egcs +++ b/gcc/f/ChangeLog.egcs @@ -1,3 +1,8 @@ +Sat Jan 17 21:28:08 1998 Pieter Nagel + + * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and + local_prefix to sub-make invocations. + Tue Jan 13 22:07:54 1998 Jeffrey A Law (law@cygnus.com) * lang-options.h: Add missing options. diff --git a/gcc/f/Makefile.in b/gcc/f/Makefile.in index 09b2c1aee11..6fb7cedafb9 100644 --- a/gcc/f/Makefile.in +++ b/gcc/f/Makefile.in @@ -196,6 +196,8 @@ FLAGS_TO_PASS = \ "SHELL=$(SHELL)" \ "exec_prefix=$(exec_prefix)" \ "prefix=$(prefix)" \ + "local_prefix=$(local_prefix)" \ + "gxx_include_dir=$(gxx_include_dir)" \ "tooldir=$(tooldir)" \ "bindir=$(bindir)" \ "libsubdir=$(libsubdir)"