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 and this is no longer needed. So, move it to the py-defs.mk where it belongs and has narrower scope. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
100d8f9abb
commit
d59dba37e0
2 changed files with 1 additions and 3 deletions
|
|
@ -93,4 +93,4 @@ endif
|
|||
|
||||
PY_DEFS_MK_INCLUDED := true
|
||||
|
||||
include $(JWBDIR)/make/ldlibpath.mk
|
||||
include $(JWBDIR)/make/py-path.mk
|
||||
|
|
|
|||
Loading…
Reference in a new issue