Fix syntax: had to use escaped $$ to have an effect after first expansion.

This commit is contained in:
Felix S. Klock II 2013-05-04 10:57:56 +02:00
parent 4dd0fa6876
commit 495bceb9b0
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ $$(HLIB$(2)_H_$(4))/$(CFG_RUSTLLVM_$(4)): \
$$(Q)cp $$< $$@ $$(Q)cp $$< $$@
$$(HBIN$(2)_H_$(4))/: $$(HBIN$(2)_H_$(4))/:
mkdir -p $@ mkdir -p $$@
endef endef

View File

@ -84,7 +84,7 @@ endif
endif endif
$$(TLIB$(1)_T_$(2)_H_$(3))/: $$(TLIB$(1)_T_$(2)_H_$(3))/:
mkdir -p $@ mkdir -p $$@
endef endef