From: Manfred Hollstein Date: Sun, 15 Mar 1998 22:28:42 +0000 (+0000) Subject: Makefile.in (BASE_FLAGS_TO_PASS): Pass gxx_include_dir down to sub-makes. X-Git-Tag: releases/egcs-1.0.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03ab4d306aec14f6d117deb1d212fa5afea7f4c7;p=thirdparty%2Fgcc.git 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 From-SVN: r18610 --- diff --git a/ChangeLog b/ChangeLog index 2fd330702808..2f5da66dcf7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Mar 15 23:32:17 1998 Manfred Hollstein + Pieter Nagel + + * 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 fccbb0ec91c7..fc70b7d395aa 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.