summaryrefslogtreecommitdiffstats
path: root/Makefile.def
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2004-12-28 17:39:43 +0000
committerPaolo Bonzini <pbonzini@redhat.com>2004-12-28 17:39:43 +0000
commita2d366fa30e4cf54cd24a06019a4227574203640 (patch)
treeef8c95faef14c8f79ce765285de3d5c6930ce5f7 /Makefile.def
parent264a0b2f54bc50fcc2d0e504ec708f1de0ffe011 (diff)
downloadcygnal-a2d366fa30e4cf54cd24a06019a4227574203640.tar.gz
cygnal-a2d366fa30e4cf54cd24a06019a4227574203640.tar.bz2
cygnal-a2d366fa30e4cf54cd24a06019a4227574203640.zip
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.
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 5a7f31976..01ce257e3 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; };