aboutsummaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2004-12-28 17:40:40 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2004-12-28 17:40:40 +0000
commit3224a22f101d9e6aa4d102dbcc9e9fa261414992 (patch)
treec18c3d24a09b2fae159cccf7255357f6946506ca /Makefile.def
parent7afe555c33574655b44170af0518624aecf0f371 (diff)
downloadgcc-3224a22f101d9e6aa4d102dbcc9e9fa261414992.zip
gcc-3224a22f101d9e6aa4d102dbcc9e9fa261414992.tar.gz
gcc-3224a22f101d9e6aa4d102dbcc9e9fa261414992.tar.bz2
re PR bootstrap/17383 (Building in src dir fails)
2004-12-28 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/17383 * Makefile.def (target_modules): Remove stage parameter, it is always true now. * Makefile.tpl (configure-build-[+module+], configure-target-[+module+]): Always build symlink tree for the directory and for include. BUILD_SUBDIR and TARGET_SUBDIR cannot be . anymore. * Makefile.in: Regenerate. From-SVN: r92674
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.def b/Makefile.def
index 5a7f319..01ce257 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -117,7 +117,7 @@ target_modules = { module= libmudflap; };
target_modules = { module= newlib; };
target_modules = { module= libgfortran; };
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;
@@ -129,7 +129,7 @@ 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; };