]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (BASE_FLAGS_TO_PASS): Pass gxx_include_dir down to sub-makes.
authorManfred Hollstein <manfred@s-direktnet.de>
Sun, 15 Mar 1998 22:28:42 +0000 (22:28 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 15 Mar 1998 22:28:42 +0000 (15:28 -0700)
        * 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

ChangeLog
Makefile.in

index 2fd33070280892b3b03d1404964a0c7d3a2f9bbd..2f5da66dcf7dc0cb50bf83c9c6dea19f4beff60a 100644 (file)
--- 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
index fccbb0ec91c70d7e7b6e390c05c9df88e5bf6c09..fc70b7d395aa8b602cedb2bda23a9ac96f4aab99 100644 (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.