From: Pieter Nagel Date: Sat, 17 Jan 1998 20:28:35 +0000 (-0700) Subject: Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and local_prefix to sub-make... X-Git-Tag: releases/libf2c-0.5.21~173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b24a815bdf9921978f10d1b47f73f57508a4ca34;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c0adc1c4866a..ca6f4a379ce9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Sat Jan 17 21:28:08 1998 Pieter Nagel + + * 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 * objc-parse.c: Recognize protocol qualifiers in class definitions.