From 0762650130d155d9860f2b94aef3f307b61252ea Mon Sep 17 00:00:00 2001 From: Laurent Guerby Date: Mon, 19 Nov 2001 20:39:10 +0000 Subject: [PATCH] Makefile.in (INCLUDES_FOR_SUBDIR): Remove redundant system include since it is of no apparent use and cause warnings. 2001-11-19 Laurent Guerby * 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 | 5 +++++ gcc/ada/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 0bd159ce95be..7a69d211e99a 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2001-11-19 Laurent Guerby + + * Makefile.in (INCLUDES_FOR_SUBDIR): Remove redundant system include + since it is of no apparent use and cause warnings. + 2001-11-18 Neil Booth * misc.c (gnat_decode_option, gnat_init_options): Make definitions diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in index 4bd750d94a58..019f8e27f78d 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)