From 65754827b11bd02753a826c7c2f38bfa677640cd Mon Sep 17 00:00:00 2001 From: Syrone Wong Date: Sun, 7 Dec 2014 19:48:17 +0800 Subject: [PATCH] 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 --- mail/fdm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2