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.in
parent0b0b68a2419f5a86e8a8640d3f4902b401d5f95f (diff)
* Makefile.in: Rebuilt.
* Makefile.def (target_modules) [libffi]: Allow installation.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 6 insertions, 2 deletions
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