* Makefile.in (install): Handle multilibs.
From-SVN: r120492
This commit is contained in:
parent
698ac9345a
commit
97af925ba7
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* Makefile.in (install): Handle multilibs.
|
||||
|
||||
2007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
|
||||
|
||||
* Makefile.in: Added .PHONY entry for documentation targets.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue