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/cleandirs.mk
include $(JWBDIR)/make/cleandirs.mk

View file

@ -1,5 +1,5 @@
TOPDIR = ../..
include $(TOPDIR)/make/proj.mk
include $(MODDIR)/make/py-run.mk
include $(JWBDIR)/make/py-run.mk

View file

@ -7,7 +7,7 @@ EXE = $(TOPDIR)/scripts/trim-src.py
EXE_ARGS = beautify $(INPUT)
include $(TOPDIR)/make/proj.mk
include $(MODDIR)/make/py-run.mk
include $(JWBDIR)/make/py-run.mk
run: $(INPUT)