mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-26 22:25:46 +08:00
* Makefile.in (install): Handle multilibs.
From-SVN: r120492
This commit is contained in:
parent
698ac9345a
commit
97af925ba7
@ -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>
|
2007-01-04 Brooks Moses <brooks.moses@codesourcery.com>
|
||||||
|
|
||||||
* Makefile.in: Added .PHONY entry for documentation targets.
|
* Makefile.in: Added .PHONY entry for documentation targets.
|
||||||
|
@ -782,6 +782,8 @@ install: $(install-shared) $(install-libunwind)
|
|||||||
$(INSTALL_DATA) $$file $(DESTDIR)$(inst_libdir)/; \
|
$(INSTALL_DATA) $$file $(DESTDIR)$(inst_libdir)/; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
|
||||||
|
|
||||||
.PHONY: install install-shared install-libunwind
|
.PHONY: install install-shared install-libunwind
|
||||||
|
|
||||||
# Don't export variables to the environment, in order to not confuse
|
# Don't export variables to the environment, in order to not confuse
|
||||||
|
Loading…
Reference in New Issue
Block a user