From 97af925ba7b16e64c9f8b48cbfd5b4ccaa905f36 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Fri, 5 Jan 2007 18:51:05 +0000 Subject: [PATCH] * Makefile.in (install): Handle multilibs. From-SVN: r120492 --- libgcc/ChangeLog | 4 ++++ libgcc/Makefile.in | 2 ++ 2 files changed, 6 insertions(+) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 4e23dacf96bd..7020915b952a 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2007-01-05 Daniel Jacobowitz + + * Makefile.in (install): Handle multilibs. + 2007-01-04 Brooks Moses * Makefile.in: Added .PHONY entry for documentation targets. diff --git a/libgcc/Makefile.in b/libgcc/Makefile.in index fde4396f0346..689e0cde1977 100644 --- a/libgcc/Makefile.in +++ b/libgcc/Makefile.in @@ -782,6 +782,8 @@ install: $(install-shared) $(install-libunwind) $(INSTALL_DATA) $$file $(DESTDIR)$(inst_libdir)/; \ done + @$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install + .PHONY: install install-shared install-libunwind # Don't export variables to the environment, in order to not confuse -- 2.39.5