Переглянути джерело

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 <wong.syrone@gmail.com>
Syrone Wong 10 роки тому
джерело
коміт
65754827b1
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      mail/fdm/Makefile

+ 1
- 1
mail/fdm/Makefile Переглянути файл

@@ -48,7 +48,7 @@ define Build/Prepare
48 48
 endef
49 49
 
50 50
 define Package/fdm/config
51
-	source "$(SOURCE)/Config.in
51
+	source "$(SOURCE)/Config.in"
52 52
 endef
53 53
 
54 54
 define Package/fdm/conffiles