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

@ -1,4 +1,4 @@
TOPDIR = ..
include $(TOPDIR)/make/proj.mk
include $(MODDIR)/make/dirs.mk
include $(JWBDIR)/make/dirs.mk