mk: target.mk host.mk fix for duplicated rules of mingw32 after #6235

This commit is contained in:
Young-il Choi 2013-05-07 15:29:05 +09:00
parent db38ab9ad9
commit 930908aa90
2 changed files with 4 additions and 0 deletions

View file

@ -130,8 +130,10 @@ $$(HLIB$(2)_H_$(4))/$(CFG_RUSTLLVM_$(4)): \
$$(HBIN$(2)_H_$(4))/:
mkdir -p $$@
ifneq ($(CFG_LIBDIR),bin)
$$(HLIB$(2)_H_$(4))/:
mkdir -p $$@
endif
endef

View file

@ -86,8 +86,10 @@ endif
$$(TBIN$(1)_T_$(2)_H_$(3))/:
mkdir -p $$@
ifneq ($(CFG_LIBDIR),bin)
$$(TLIB$(1)_T_$(2)_H_$(3))/:
mkdir -p $$@
endif
endef