diff options
author | DJ Delorie <dj@redhat.com> | 2004-01-14 21:13:34 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2004-01-14 21:13:34 +0000 |
commit | a6d6062d5f94ffeec273f78d189cc60b0b074298 (patch) | |
tree | 2e6a430252a99bdbcb2b05a45b702dbf8d211204 /Makefile.def | |
parent | 3e5fc8d2407d2bb8996c507c2c795d451a38bc83 (diff) | |
download | gdb-a6d6062d5f94ffeec273f78d189cc60b0b074298.zip gdb-a6d6062d5f94ffeec273f78d189cc60b0b074298.tar.gz gdb-a6d6062d5f94ffeec273f78d189cc60b0b074298.tar.bz2 |
* Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
* Makefile.tpl (configure-target-[+module+]): Support stage.
* Makefile.in: Rebuilt.
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.def b/Makefile.def index 1fd09ab..319711a 100644 --- a/Makefile.def +++ b/Makefile.def @@ -100,19 +100,19 @@ target_modules = { module= libstdc++-v3; raw_cxx=true; }; target_modules = { module= newlib; }; target_modules = { module= libf2c; }; target_modules = { module= libobjc; }; -target_modules = { module= libtermcap; no_check=true; +target_modules = { module= libtermcap; no_check=true; stage=true; missing=mostlyclean; missing=clean; missing=distclean; missing=maintainer-clean; }; target_modules = { module= winsup; }; target_modules = { module= libgloss; no_check=true; }; -target_modules = { module= libiberty; }; +target_modules = { module= libiberty; stage=true; }; target_modules = { module= gperf; }; target_modules = { module= examples; no_check=true; no_install=true; }; target_modules = { module= libffi; }; target_modules = { module= libjava; raw_cxx=true; }; -target_modules = { module= zlib; }; +target_modules = { module= zlib; stage=true; }; target_modules = { module= boehm-gc; }; target_modules = { module= qthreads; }; target_modules = { module= rda; }; |