diff options
author | DJ Delorie <dj@redhat.com> | 2004-02-10 17:57:02 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-02-10 17:57:02 +0000 |
commit | a2592b1b53ce511170e80e1e5a08d1594b87b842 (patch) | |
tree | a0c537558dd43bb6828a0ef2742c9103699c2d17 /Makefile.def | |
parent | 4ff2cc4dfbf4f37d2922491e0e4f3d0e0dad5199 (diff) | |
download | gdb-a2592b1b53ce511170e80e1e5a08d1594b87b842.zip gdb-a2592b1b53ce511170e80e1e5a08d1594b87b842.tar.gz gdb-a2592b1b53ce511170e80e1e5a08d1594b87b842.tar.bz2 |
2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
Nathanael Nerode <neroden@gcc.gnu.org>
PR ada/6637, PR ada/5911
Merge with libada-branch:
* configure.in, Makefile.tpl, Makefile.def: Add target-libada,
with appropriate dependencies. Add --enable-libada configure switch.
* configure, Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def index f9a7f2f..5a68098 100644 --- a/Makefile.def +++ b/Makefile.def @@ -116,6 +116,7 @@ target_modules = { module= zlib; stage=true; }; target_modules = { module= boehm-gc; }; target_modules = { module= qthreads; }; target_modules = { module= rda; }; +target_modules = { module= libada; }; // These are (some of) the make targets to be done in each subdirectory. // Not all; these are the ones which don't have special options. |