Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and local_prefix to sub-make...
authorPieter Nagel <pnagel@epiuse.co.za>
Sat, 17 Jan 1998 20:29:12 +0000 (22:29 +0200)
committerJeff Law <law@gcc.gnu.org>
Sat, 17 Jan 1998 20:29:12 +0000 (13:29 -0700)
8
        * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
        local_prefix to sub-make invocations.

From-SVN: r17392

gcc/Makefile.in
gcc/f/ChangeLog.egcs
gcc/f/Makefile.in

index 96a109138aa14c58afcabbc8fdce897fafc03683..528bcbd7d8b7a911750becebacf577baec587366 100644 (file)
@@ -564,6 +564,8 @@ FLAGS_TO_PASS = \
        "objext=$(objext)" \
        "exec_prefix=$(exec_prefix)" \
        "prefix=$(prefix)" \
+       "local_prefix=$(local_prefix)" \
+       "gxx_include_dir=$(gxx_include_dir)" \
        "tooldir=$(tooldir)" \
        "bindir=$(bindir)" \
        "libsubdir=$(libsubdir)"
index 3ca2503b6a7de5e9e808b19a15938608c4b7bcc8..6fc29a42dc59ae4a9959b6a3316683788f88a9f3 100644 (file)
@@ -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.
+
 Tue Jan 13 22:07:54 1998  Jeffrey A Law  (law@cygnus.com)
 
        * lang-options.h: Add missing options.
index 09b2c1aee1132a3a5e3e49a702eb06c6093cdba5..6fb7cedafb9aaae0114d95ab821601f214fbebb3 100644 (file)
@@ -196,6 +196,8 @@ FLAGS_TO_PASS = \
        "SHELL=$(SHELL)" \
        "exec_prefix=$(exec_prefix)" \
        "prefix=$(prefix)" \
+       "local_prefix=$(local_prefix)" \
+       "gxx_include_dir=$(gxx_include_dir)" \
        "tooldir=$(tooldir)" \
        "bindir=$(bindir)" \
        "libsubdir=$(libsubdir)"