summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManfred Hollstein <manfred@s-direktnet.de>1998-03-15 22:28:42 +0000
committerJeff Law <law@gcc.gnu.org>1998-03-15 15:28:42 -0700
commit03ab4d306aec14f6d117deb1d212fa5afea7f4c7 (patch)
tree2558abfb95dfe773163bd0db9890c33615c7aeae
parent3e260314f796b46106da953ce77ace8c8a216b65 (diff)
downloadgcc-03ab4d306aec14f6d117deb1d212fa5afea7f4c7.tar.gz
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
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.in3
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fd33070280..2f5da66dcf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/Makefile.in b/Makefile.in
index fccbb0ec91c..fc70b7d395a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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.