ldlibpath.mk: Don't include py-path.mk anylonger
For backwards compatibility, ldlibpath.mk kept py-path.mk included. The projects depending on that have been fixed by now, this is no longer needed, don't include it anylonger, thereby reducing the complexity of the include graph. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
36af4a590f
commit
7b303c3aee
1 changed files with 0 additions and 2 deletions
|
|
@ -16,5 +16,3 @@ ifeq ($(origin JW_PKG_EXE_PATH),undefined)
|
|||
JW_PKG_EXE_PATH := $(call proj_query, exepath --delimiter ' ' $(PROJECT) $(PREREQ_RUN))
|
||||
endif
|
||||
export PATH := $(subst $(space),:,$(JW_PKG_EXE_PATH)):$(EXE_SEARCH_PATH_ENV)
|
||||
|
||||
include $(JWBDIR)/make/py-path.mk
|
||||
|
|
|
|||
Loading…
Reference in a new issue