defs.mk: Add topdir to proj_query

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-01-29 12:22:36 +00:00
commit 8783b54b2a

View file

@ -710,7 +710,7 @@ define install_links
done;
endef
proj_query = $(shell python $(MOD_SCRIPT_DIR)/projects.py -p $(PROJECTS_DIR) $(1))
proj_query = $(shell python $(MOD_SCRIPT_DIR)/projects.py -p $(PROJECTS_DIR) -t $(TOPDIR) $(1))
proj_dir = $(call proj_query,proj-dir $(1))
# ----- local.mk