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
parent0b0b68a2419f5a86e8a8640d3f4902b401d5f95f (diff)
* Makefile.in: Rebuilt.
* Makefile.def (target_modules) [libffi]: Allow installation.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.def2
-rw-r--r--Makefile.in8
3 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d10fdcac..3e8a1f5e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-31 Tom Tromey <tromey@redhat.com>
+
+ * Makefile.in: Rebuilt.
+ * Makefile.def (target_modules) [libffi]: Allow installation.
+
2002-12-31 Andreas Schwab <schwab@suse.de>
* configure.in: Fix use of $program_transform_name.
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; };
diff --git a/Makefile.in b/Makefile.in
index 0384b736a..43fad1bee 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -6843,8 +6843,12 @@ check-target-libffi:
.PHONY: install-target-libffi maybe-install-target-libffi
maybe-install-target-libffi:
-# Dummy target for uninstallable.
-install-target-libffi:
+install-target-libffi: installdirs
+ @r=`${PWD}`; export r; \
+ s=`cd $(srcdir); ${PWD}`; export s; \
+ $(SET_LIB_PATH) \
+ (cd $(TARGET_SUBDIR)/libffi && \
+ $(MAKE) $(TARGET_FLAGS_TO_PASS) install)
.PHONY: configure-target-libjava maybe-configure-target-libjava