Ada: do not use default directories for gnatmake

This commit is contained in:
Alexander Senier 2018-06-21 21:34:59 +02:00 committed by Norman Feske
parent 069a9ad56f
commit ddee65722f

View File

@ -77,7 +77,7 @@ endif
CUSTOM_ADA_MAKE ?= $(GNATMAKE)
CUSTOM_ADA_FLAGS ?= -q -c --GCC=$(CC) --RTS=$(ADA_RTS)
CUSTOM_ADA_OPT ?= -cargs $(CC_ADA_OPT)
CUSTOM_ADA_INCLUDE ?= $(INCLUDES)
CUSTOM_ADA_INCLUDE ?= -I- $(INCLUDES)
%.o: %.adb
$(MSG_COMP)$@