Loading scripts/Makefile.lib +1 −1 Original line number Diff line number Diff line Loading @@ -238,7 +238,7 @@ endif define multi_depend $(foreach m, $(notdir $1), \ $(eval $(obj)/$m: \ $(addprefix $(obj)/, $(foreach s, $3, $($(m:%$(strip $2)=%$(s))))))) $(addprefix $(obj)/, $(call suffix-search, $m, $2, $3)))) endef # Copy a file Loading Loading
scripts/Makefile.lib +1 −1 Original line number Diff line number Diff line Loading @@ -238,7 +238,7 @@ endif define multi_depend $(foreach m, $(notdir $1), \ $(eval $(obj)/$m: \ $(addprefix $(obj)/, $(foreach s, $3, $($(m:%$(strip $2)=%$(s))))))) $(addprefix $(obj)/, $(call suffix-search, $m, $2, $3)))) endef # Copy a file Loading