aboutsummaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2004-01-14 21:13:34 +0000
committerDJ Delorie <dj@redhat.com>2004-01-14 21:13:34 +0000
commita6d6062d5f94ffeec273f78d189cc60b0b074298 (patch)
tree2e6a430252a99bdbcb2b05a45b702dbf8d211204 /Makefile.def
parent3e5fc8d2407d2bb8996c507c2c795d451a38bc83 (diff)
downloadbinutils-a6d6062d5f94ffeec273f78d189cc60b0b074298.zip
binutils-a6d6062d5f94ffeec273f78d189cc60b0b074298.tar.gz
binutils-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.def6
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; };