aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Guerby <guerby@acm.org>2001-11-19 20:39:10 +0000
committerLaurent Guerby <guerby@gcc.gnu.org>2001-11-19 20:39:10 +0000
commit0762650130d155d9860f2b94aef3f307b61252ea (patch)
tree913a349988c1efaeb4db97cfc9cb25681fc91d81
parented239f5a439be5360c431fea7ff3063c6d844692 (diff)
downloadgcc-0762650130d155d9860f2b94aef3f307b61252ea.zip
gcc-0762650130d155d9860f2b94aef3f307b61252ea.tar.gz
gcc-0762650130d155d9860f2b94aef3f307b61252ea.tar.bz2
Makefile.in (INCLUDES_FOR_SUBDIR): Remove redundant system include since it is of no apparent use and cause warnings.
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
-rw-r--r--gcc/ada/ChangeLog5
-rw-r--r--gcc/ada/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 0bd159c..7a69d21 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -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
diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in
index 4bd750d..019f8e2 100644
--- a/gcc/ada/Makefile.in
+++ b/gcc/ada/Makefile.in
@@ -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)