Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e48e393a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix expansion of _include_stack in _import-node" into main am: 7120481a

parents 40fb1dab 7120481a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -203,7 +203,7 @@ define _import-node
  $(call _expand-inherited-values,$(1),$(2),$(3),$(4))

  $(eval $(1).$(2).inherited :=)
  $(eval _include_stack := $(wordlist 2,9999,$$(_include_stack)))
  $(eval _include_stack := $(wordlist 2,9999,$(_include_stack)))
endef

#