From d9cdb878ac2b1647b099381a5392dcf799ce66c0 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Tue, 10 Feb 2004 11:54:48 +0100 Subject: PR ada/6637, PR ada/5911 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. Co-Authored-By: Nathanael Nerode From-SVN: r77594 --- Makefile.def | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.def') 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. -- cgit v1.1