fix copying behaviour

This commit is contained in:
Rhiannon Morris 2020-08-01 05:09:23 +02:00
parent 8a39a5a46b
commit 2a0ca6177e
2 changed files with 9 additions and 10 deletions

View file

@ -100,7 +100,7 @@ makeRules prefix filters build data_ tmp = [b|@0
$$(call depend-single,$@prefix,$@build,$@data_,$flags)
$@buildPrefix/%: $@tmp/%
$$(call copy)
$$(call copy,-l)
$@buildPrefix/%: $@data_/%
$$(call copy)