Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and local_prefix to sub-make invocations.

8
        * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
        local_prefix to sub-make invocations.

From-SVN: r17392
This commit is contained in:
Pieter Nagel 1998-01-17 22:29:12 +02:00 committed by Jeff Law
parent b24a815bdf
commit 3bf810d837
3 changed files with 9 additions and 0 deletions

View file

@ -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)"

View file

@ -1,3 +1,8 @@
Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
* 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.

View file

@ -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)"