Commit 3bf810d8 by Pieter Nagel Committed by Jeff Law

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
parent b24a815b
...@@ -564,6 +564,8 @@ FLAGS_TO_PASS = \ ...@@ -564,6 +564,8 @@ FLAGS_TO_PASS = \
"objext=$(objext)" \ "objext=$(objext)" \
"exec_prefix=$(exec_prefix)" \ "exec_prefix=$(exec_prefix)" \
"prefix=$(prefix)" \ "prefix=$(prefix)" \
"local_prefix=$(local_prefix)" \
"gxx_include_dir=$(gxx_include_dir)" \
"tooldir=$(tooldir)" \ "tooldir=$(tooldir)" \
"bindir=$(bindir)" \ "bindir=$(bindir)" \
"libsubdir=$(libsubdir)" "libsubdir=$(libsubdir)"
......
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) Tue Jan 13 22:07:54 1998 Jeffrey A Law (law@cygnus.com)
* lang-options.h: Add missing options. * lang-options.h: Add missing options.
......
...@@ -196,6 +196,8 @@ FLAGS_TO_PASS = \ ...@@ -196,6 +196,8 @@ FLAGS_TO_PASS = \
"SHELL=$(SHELL)" \ "SHELL=$(SHELL)" \
"exec_prefix=$(exec_prefix)" \ "exec_prefix=$(exec_prefix)" \
"prefix=$(prefix)" \ "prefix=$(prefix)" \
"local_prefix=$(local_prefix)" \
"gxx_include_dir=$(gxx_include_dir)" \
"tooldir=$(tooldir)" \ "tooldir=$(tooldir)" \
"bindir=$(bindir)" \ "bindir=$(bindir)" \
"libsubdir=$(libsubdir)" "libsubdir=$(libsubdir)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment