diff options
| author | bors <bors@rust-lang.org> | 2014-01-28 20:26:40 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-01-28 20:26:40 -0800 |
| commit | 6fca5556a3a811a6b8798da2e0c73a68fdace3c0 (patch) | |
| tree | ae7073b9a7eb6f2c2be779b9c3b4e1ee97481f29 | |
| parent | edfb546e4b2b0aa6dbb6316709b80e034539d09d (diff) | |
| parent | 20d6a8e0af8a82ce37664dc927c1afd43bae67ad (diff) | |
| download | rust-6fca5556a3a811a6b8798da2e0c73a68fdace3c0.tar.gz rust-6fca5556a3a811a6b8798da2e0c73a68fdace3c0.zip | |
auto merge of #11883 : alexcrichton/rust/fix-mk-install, r=pnkfelix
Closes #11874
| -rw-r--r-- | mk/install.mk | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/mk/install.mk b/mk/install.mk index 33f170f4f97..fffab7efe75 100644 --- a/mk/install.mk +++ b/mk/install.mk @@ -93,17 +93,10 @@ install-target-$(1)-host-$(2): \ $$(SREQ$$(ISTAGE)_T_$(1)_H_$(2)) $$(Q)$$(call MK_INSTALL_DIR,$$(PTL$(1)$(2))) $$(Q)$$(foreach crate,$$(TARGET_CRATES),\ - $$(call INSTALL_LIB,$$(call CFG_LIB_GLOB_$(1),$$(crate))); + $$(call INSTALL_LIB,$$(call CFG_LIB_GLOB_$(1),$$(crate)));\ $$(call INSTALL_LIB,$$(call CFG_RLIB_GLOB,$$(crate)));) $$(Q)$$(call INSTALL_LIB,libmorestack.a) -install-target-$(1)-host-$(2)-prep: - -install-target-$(1)-host-$(2)-morestack: - -install-target-$(1)-host-$(2)-lib-%: -install-target-$(1)-host-$(2)-rlib-%: - endef define INSTALL_HOST_N |
