* Makefile.in: Rebuilt.
* Makefile.def (target_modules) [libffi]: Allow installation.
This commit is contained in:
parent
28f50ac815
commit
50ceb20c90
3 changed files with 12 additions and 3 deletions
|
@ -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>
|
2002-12-31 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* configure.in: Fix use of $program_transform_name.
|
* configure.in: Fix use of $program_transform_name.
|
||||||
|
|
|
@ -81,7 +81,7 @@ target_modules = { module= libgloss; no_check=true; };
|
||||||
target_modules = { module= libiberty; };
|
target_modules = { module= libiberty; };
|
||||||
target_modules = { module= gperf; };
|
target_modules = { module= gperf; };
|
||||||
target_modules = { module= examples; no_check=true; no_install=true; };
|
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= libjava; raw_cxx=true; };
|
||||||
target_modules = { module= zlib; };
|
target_modules = { module= zlib; };
|
||||||
target_modules = { module= boehm-gc; };
|
target_modules = { module= boehm-gc; };
|
||||||
|
|
|
@ -6843,8 +6843,12 @@ check-target-libffi:
|
||||||
|
|
||||||
.PHONY: install-target-libffi maybe-install-target-libffi
|
.PHONY: install-target-libffi maybe-install-target-libffi
|
||||||
maybe-install-target-libffi:
|
maybe-install-target-libffi:
|
||||||
# Dummy target for uninstallable.
|
install-target-libffi: installdirs
|
||||||
install-target-libffi:
|
@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
|
.PHONY: configure-target-libjava maybe-configure-target-libjava
|
||||||
|
|
Loading…
Reference in a new issue