Makefile.in (BASE_FLAGS_TO_PASS): Pass gxx_include_dir down to sub-makes.

* Makefile.in (BASE_FLAGS_TO_PASS): Pass gxx_include_dir down
        to sub-makes.

Co-Authored-By: Pieter Nagel <pnagel@epiuse.co.za>

From-SVN: r18610
This commit is contained in:
Manfred Hollstein 1998-03-15 22:28:42 +00:00 committed by Jeff Law
parent 3e260314f7
commit 03ab4d306a
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Sun Mar 15 23:32:17 1998 Manfred Hollstein <manfred@s-direktnet.de>
Pieter Nagel <pnagel@epiuse.co.za>
* Makefile.in (BASE_FLAGS_TO_PASS): Pass gxx_include_dir down
to sub-makes.
Sun Feb 22 15:23:27 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
* configure.in (alpha*-*-linux*): Treat alpha*-*-linux* as

View File

@ -349,7 +349,8 @@ BASE_FLAGS_TO_PASS = \
"YACC=$(YACC)" \
"exec_prefix=$(exec_prefix)" \
"prefix=$(prefix)" \
"tooldir=$(tooldir)"
"tooldir=$(tooldir)" \
"gxx_include_dir=$(gxx_include_dir)"
# Flags to pass down to most sub-makes, in which we're building with
# the host environment.