mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-12 21:33:54 +08:00
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
This commit is contained in:
parent
ed239f5a43
commit
0762650130
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user