OSDN Git Service

2001-11-19 Laurent Guerby <guerby@acm.org>
authorguerby <guerby@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Nov 2001 20:39:10 +0000 (20:39 +0000)
committerguerby <guerby@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Nov 2001 20:39:10 +0000 (20:39 +0000)
* Makefile.in (INCLUDES_FOR_SUBDIR): Remove redundant system include
since it is of no apparent use and cause warnings.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47180 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 0bd159c..7a69d21 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 4bd750d..019f8e2 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)