summaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2013-03-30 11:22:02 +0000
committerMatthias Klose <doko@gcc.gnu.org>2013-03-30 11:22:02 +0000
commit6ab7e76a5944b0f0204a98954116d1e7207c7262 (patch)
tree25f18a44b94d8184e0295e92268c0d53a0065260 /Makefile.def
parent244fdda055ea6e79fe3eb8bcd059b71df7135942 (diff)
Makefile.def (target_modules): Don't install libffi.
2013-03-30 Matthias Klose <doko@ubuntu.com> * Makefile.def (target_modules): Don't install libffi. * Makefile.in: Regenerate. From-SVN: r197264
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def
index 1af7460d242..90d9653d530 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -138,7 +138,7 @@ target_modules = { module= libtermcap; no_check=true;
missing=maintainer-clean; };
target_modules = { module= winsup; };
target_modules = { module= libgloss; no_check=true; };
-target_modules = { module= libffi; };
+target_modules = { module= libffi; no_install=true; };
target_modules = { module= libjava; raw_cxx=true;
extra_configure_flags="$(EXTRA_CONFIGARGS_LIBJAVA)"; };
target_modules = { module= zlib; };