mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Fix syntax: had to use escaped $$ to have an effect after first expansion.
This commit is contained in:
parent
4dd0fa6876
commit
495bceb9b0
@ -128,7 +128,7 @@ $$(HLIB$(2)_H_$(4))/$(CFG_RUSTLLVM_$(4)): \
|
||||
$$(Q)cp $$< $$@
|
||||
|
||||
$$(HBIN$(2)_H_$(4))/:
|
||||
mkdir -p $@
|
||||
mkdir -p $$@
|
||||
|
||||
endef
|
||||
|
||||
|
@ -84,7 +84,7 @@ endif
|
||||
endif
|
||||
|
||||
$$(TLIB$(1)_T_$(2)_H_$(3))/:
|
||||
mkdir -p $@
|
||||
mkdir -p $$@
|
||||
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user