From: Syrone Wong Date: Sun, 7 Dec 2014 11:48:17 +0000 (+0800) Subject: fdm: add missing quote mark in Makefile X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=65754827b11bd02753a826c7c2f38bfa677640cd;p=feed%2Fpackages.git fdm: add missing quote mark in Makefile This commit will fix compile warning as below tmp/.config-package.in:22096:warning: multi-line strings not supported Signed-off-by: Shuoyao Wang --- diff --git a/mail/fdm/Makefile b/mail/fdm/Makefile index 3eacdf868f..49c02f15e5 100644 --- a/mail/fdm/Makefile +++ b/mail/fdm/Makefile @@ -48,7 +48,7 @@ define Build/Prepare endef define Package/fdm/config - source "$(SOURCE)/Config.in + source "$(SOURCE)/Config.in" endef define Package/fdm/conffiles