Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2003-01-01 01:51:53 +0300
committerTom Tromey <tromey@redhat.com>2003-01-01 01:51:53 +0300
commit4f66b246ba438eae815dc0e8ec0887f064b09aab (patch)
treea45d1b85c8e22d335079cdf5cdfea29bd0ec65cd /Makefile.def
parent0b0b68a2419f5a86e8a8640d3f4902b401d5f95f (diff)
* Makefile.in: Rebuilt.
* Makefile.def (target_modules) [libffi]: Allow installation.
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 b27b071f8..00965219f 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -81,7 +81,7 @@ target_modules = { module= libgloss; no_check=true; };
target_modules = { module= libiberty; };
target_modules = { module= gperf; };
target_modules = { module= examples; no_check=true; no_install=true; };
-target_modules = { module= libffi; no_install=true; };
+target_modules = { module= libffi; };
target_modules = { module= libjava; raw_cxx=true; };
target_modules = { module= zlib; };
target_modules = { module= boehm-gc; };