http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50048
nightstrike <nightstrike at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nightstrike at gmail dot
| |com
--- Comment #1 from nightstrike <nightstrike at gmail dot com> 2012-06-21
19:16:14 UTC ---
This is still a problem for 4.8.0. Offending lines are around line 270:
# Specify the directories to be searched for header files.
# Both . and srcdir are used, in that order,
# so that tm.h and config.h will be found in the compilation
# subdirectory rather than in the source directory.
INCLUDES = -I- -I. -I.. -I$(srcdir)/ada -I$(srcdir) -I$(srcdir)/../include
ADA_INCLUDES = -I- -I. -I$(srcdir)/ada