Loading core/base_rules.mk +3 −1 Original line number Diff line number Diff line Loading @@ -487,8 +487,10 @@ $(_local_path_target): $(my_register_name) ifndef $(_local_path_target) $(_local_path_target) := true ifneq (,$(findstring /,$(_local_path))) $(eval $(call my_path_comp,$(_local_path),$(_local_path_target))) endif endif _local_path := _local_path_target := Loading Loading
core/base_rules.mk +3 −1 Original line number Diff line number Diff line Loading @@ -487,8 +487,10 @@ $(_local_path_target): $(my_register_name) ifndef $(_local_path_target) $(_local_path_target) := true ifneq (,$(findstring /,$(_local_path))) $(eval $(call my_path_comp,$(_local_path),$(_local_path_target))) endif endif _local_path := _local_path_target := Loading