From: Laurent Guerby Date: Mon, 19 Nov 2001 20:39:10 +0000 (+0000) Subject: Makefile.in (INCLUDES_FOR_SUBDIR): Remove redundant system include since it is of... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0762650130d155d9860f2b94aef3f307b61252ea;p=gcc.git 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 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 0bd159ce95b..7a69d211e99 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 4bd750d94a5..019f8e27f78 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)