diff options
author | cvs2svn <> | 2004-01-19 18:29:05 +0000 |
---|---|---|
committer | cvs2svn <> | 2004-01-19 18:29:05 +0000 |
commit | c17d18de3edc6d967343dd39dd85438508b3038d (patch) | |
tree | 528cda2103fa23bbe5cbdc185d5ad2de88db17dc /Makefile.def | |
parent | 19a58aa1e1b6710a4fe969ea55492f5fb7a0771d (diff) | |
download | cygnal-drow-cplus-merge-20040113.tar.gz cygnal-drow-cplus-merge-20040113.tar.bz2 cygnal-drow-cplus-merge-20040113.zip |
This commit was manufactured by cvs2svn to create tag 'drow-cplus-drow-cplus-merge-20040113
merge-20040113'.
Sprout from cagney_bigcore-20040122-branch 2004-01-19 18:28:59 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch'
Cherrypick from master 2004-01-12 21:24:18 UTC DJ Delorie <dj@redhat.com> 'merge from gcc':
ChangeLog
Makefile.def
Makefile.in
Makefile.tpl
config/ChangeLog
config/acinclude.m4
gettext.m4
include/ChangeLog
include/demangle.h
include/elf/ChangeLog
include/elf/common.h
src-release
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 319711a05..1fd09abe6 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; stage=true; +target_modules = { module= libtermcap; no_check=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; stage=true; }; +target_modules = { module= libiberty; }; 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; stage=true; }; +target_modules = { module= zlib; }; target_modules = { module= boehm-gc; }; target_modules = { module= qthreads; }; target_modules = { module= rda; }; |