Makefile.in (INCLUDES_FOR_SUBDIR): Remove redundant system include since it is of...
authorLaurent Guerby <guerby@acm.org>
Mon, 19 Nov 2001 20:39:10 +0000 (20:39 +0000)
committerLaurent Guerby <guerby@gcc.gnu.org>
Mon, 19 Nov 2001 20:39:10 +0000 (20:39 +0000)
2001-11-19  Laurent Guerby  <guerby@acm.org>

* Makefile.in (INCLUDES_FOR_SUBDIR): Remove redundant system include
since it is of no apparent use and cause warnings.

From-SVN: r47180

gcc/ada/ChangeLog
gcc/ada/Makefile.in

index 0bd159ce95becfc7898396d7b3cade254a03539d..7a69d211e99a439e0c81dfca7ef9c11afdbcbaca 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-19  Laurent Guerby  <guerby@acm.org>
+
+       * Makefile.in (INCLUDES_FOR_SUBDIR): Remove redundant system include
+       since it is of no apparent use and cause warnings.
+
 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
 
        * misc.c (gnat_decode_option, gnat_init_options): Make definitions
index 4bd750d94a58205eae5ba8116a5c813443d1ee30..019f8e27f78d04f760b71956a8ba15f2f0889113 100644 (file)
@@ -266,7 +266,7 @@ INCLUDES = -I- -I. -I.. -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../config \
 
 ADA_INCLUDES = -I- -I. -I$(srcdir)
 
-INCLUDES_FOR_SUBDIR = -I. -I.. -I../.. -I../../include -I$(fsrcdir) \
+INCLUDES_FOR_SUBDIR = -I. -I.. -I../.. -I$(fsrcdir) \
        -I$(fsrcdir)/.. -I$(fsrcdir)/../config -I$(fsrcdir)/../../include
 ADA_INCLUDES_FOR_SUBDIR = -I. -I$(fsrcdir)