apps/canutils/libuavcan: Under certain circumstances, DELIM make not be defined in Makefile

This commit is contained in:
Gregory Nutt 2016-07-28 09:56:37 -06:00
parent d43a20daca
commit 256a836a23

View File

@ -35,6 +35,8 @@
-include $(TOPDIR)/.config -include $(TOPDIR)/.config
-include $(TOPDIR)/Make.defs -include $(TOPDIR)/Make.defs
DELIM ?= $(strip \)
include $(APPDIR)$(DELIM)Make.defs include $(APPDIR)$(DELIM)Make.defs
WGET = wget WGET = wget