From 25eee811c156aaa77106ef83b7a179e2cd953451 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 18 Feb 2015 09:49:55 -0600 Subject: [PATCH] apps/platform/Makefile: Add a default defintion for DELIM. Apparently it may not be present in certain causes during 'make distclean'. From Michal Ulianko (SourceForge patch #47 --- platform/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/Makefile b/platform/Makefile index 72cc4e97c..86b412932 100644 --- a/platform/Makefile +++ b/platform/Makefile @@ -35,6 +35,8 @@ -include $(TOPDIR)/.config -include $(TOPDIR)/Make.defs + +DELIM ?= $(strip /) include $(APPDIR)$(DELIM)Make.defs # Platform-specific Appliction Support