diff options
author | Pieter Nagel <pnagel@epiuse.co.za> | 1998-01-17 13:28:35 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-01-17 13:28:35 -0700 |
commit | b24a815bdf9921978f10d1b47f73f57508a4ca34 (patch) | |
tree | 535d5d5798dbd47996a4e50b71d9238aa6636c77 /gcc | |
parent | 803462a79f5f1cd9d110e863bdd0ca1da1ffe71c (diff) | |
download | gcc-b24a815bdf9921978f10d1b47f73f57508a4ca34.zip gcc-b24a815bdf9921978f10d1b47f73f57508a4ca34.tar.gz gcc-b24a815bdf9921978f10d1b47f73f57508a4ca34.tar.bz2 |
Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and local_prefix to sub-make invocations.
d
* Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
local_prefix to sub-make invocations.
From-SVN: r17391
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c0adc1c..ca6f4a3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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. + Sat Jan 17 21:24:16 1998 David T. McWherter <dtm@waterw.com> * objc-parse.c: Recognize protocol qualifiers in class definitions. |