Got delimiter backward in recent commit

This commit is contained in:
Gregory Nutt 2016-08-04 11:52:16 -06:00
parent 73b0ce0272
commit aaedd7c0ab

View File

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