diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2013-01-11 11:48:54 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@adacore.com> | 2013-01-11 11:48:54 +0000 |
commit | 2880becf0c27375885f1b7d9fd4444065a67462e (patch) | |
tree | 2576691080dd2e4931fe2afcfed95550ada3a465 /Makefile.in | |
parent | 09707415eb6110268da579fa0641c3a451f138ca (diff) | |
download | cygnal-2880becf0c27375885f1b7d9fd4444065a67462e.tar.gz cygnal-2880becf0c27375885f1b7d9fd4444065a67462e.tar.bz2 cygnal-2880becf0c27375885f1b7d9fd4444065a67462e.zip |
* Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 843250f40..a2ce3545e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -364,7 +364,7 @@ BUILD_PREFIX_1 = @BUILD_PREFIX_1@ # here so that they can be overridden by Makefile fragments. BOOT_CFLAGS= -g -O2 BOOT_LDFLAGS= -BOOT_ADAFLAGS=-gnatpg -gnata +BOOT_ADAFLAGS= -gnatpg AWK = @AWK@ SED = @SED@ |