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
2 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue