Rename the MODDIR makefile variable to JWBDIR

Rename the omnipresent MODDIR variable to JWBDIR, since that's more to the
point.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-06-29 23:32:20 +02:00
commit 1f122fae82
15 changed files with 15 additions and 15 deletions

View file

@ -5,6 +5,6 @@ DEV_PROJECTS_DIR ?= $(TOPDIR)/..
ifeq ($(TARGET),mingw)
FLAVOUR_PATH_PREFIX = win32/
endif
MODDIR ?= $(firstword $(wildcard $(DEV_PROJECTS_DIR)/jw-build $(BUILD_TOOLS_PREFIX)/opt/$(FLAVOUR_PATH_PREFIX)jw-build))
JWBDIR ?= $(firstword $(wildcard $(DEV_PROJECTS_DIR)/jw-build $(BUILD_TOOLS_PREFIX)/opt/$(FLAVOUR_PATH_PREFIX)jw-build))
USE_PROJECT_LIB = false