diff options
Diffstat (limited to 'translate/grt/Makefile.inc')
-rw-r--r-- | translate/grt/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/grt/Makefile.inc b/translate/grt/Makefile.inc index 2cd6722..ef5c260 100644 --- a/translate/grt/Makefile.inc +++ b/translate/grt/Makefile.inc @@ -104,7 +104,7 @@ endif GRT_ARCH?=None # Configuration pragmas. -GRT_PRAGMA_FLAG=-gnatec$(GRTSRCDIR)/grt.adc +GRT_PRAGMA_FLAG=-gnatec$(GRTSRCDIR)/grt.adc -gnat05 # Rule to compile an Ada file. GRT_ADACOMPILE=$(ADAC) -c $(GRT_FLAGS) $(GRT_PRAGMA_FLAG) -o $@ $< |