* Makefile.in: Rebuilt.
* Makefile.def (target_modules) [libffi]: Allow installation.
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
| @@ -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; }; | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user