Commit 08ef33f5 by Eric Botcazou Committed by Eric Botcazou

Makefile.in (INCLUDES_FOR_SUBDIR): Add $(fsrcdir) by means of -iquote unconditionally.

	* gcc-interface/Makefile.in (INCLUDES_FOR_SUBDIR): Add $(fsrcdir) by
	means of -iquote unconditionally.

From-SVN: r181573
parent 83e5da69
2011-11-21 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/Makefile.in (INCLUDES_FOR_SUBDIR): Add $(fsrcdir) by
means of -iquote unconditionally.
2011-11-21 Robert Dewar <dewar@adacore.com> 2011-11-21 Robert Dewar <dewar@adacore.com>
* sem_ch3.adb, sem_util.adb, sem_res.adb, sem_attr.adb: Minor * sem_ch3.adb, sem_util.adb, sem_res.adb, sem_attr.adb: Minor
......
...@@ -273,15 +273,9 @@ INCLUDES = -I- -I. -I.. -I$(srcdir)/ada -I$(srcdir) -I$(srcdir)/config \ ...@@ -273,15 +273,9 @@ INCLUDES = -I- -I. -I.. -I$(srcdir)/ada -I$(srcdir) -I$(srcdir)/config \
ADA_INCLUDES = -I- -I. -I$(srcdir)/ada ADA_INCLUDES = -I- -I. -I$(srcdir)/ada
INCLUDES_FOR_SUBDIR = -iquote . -iquote .. -iquote ../.. -iquote $(fsrcdir)/ada \ INCLUDES_FOR_SUBDIR = -iquote . -iquote .. -iquote ../.. \
-I$(fsrcdir)/../include -iquote $(fsrcdir)/ada -iquote $(fsrcdir) \
-I$(fsrcdir)/../include
ifeq ($(strip $(filter-out cygwin32% mingw32% pe,$(osys))),)
# On Windows native the tconfig.h files used by C runtime files needs to have
# the gcc source dir in its include dir list
INCLUDES_FOR_SUBDIR = -iquote . -iquote .. -iquote ../.. -iquote $(fsrcdir)/ada \
-I$(fsrcdir)/../include -I$(fsrcdir)
endif
ADA_INCLUDES_FOR_SUBDIR = -I. -I$(fsrcdir)/ada ADA_INCLUDES_FOR_SUBDIR = -I. -I$(fsrcdir)/ada
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment