defs.mk:: Define variables empty, space and comma

Move definitions of empty, space and comma from targets-tools.mk into
defs.mk.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-06-21 09:32:54 +00:00
commit 5f396a1f95
2 changed files with 1 additions and 3 deletions

View file

@ -9,6 +9,7 @@ MAKEFLAGS += -r
empty :=
space := $(empty) $(empty)
comma := ,
include $(MODDIR)/make/projects.mk