projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6abf491
)
fdm: add missing quote mark in Makefile
author
Syrone Wong
<wong.syrone@gmail.com>
Sun, 7 Dec 2014 11:48:17 +0000
(19:48 +0800)
committer
Syrone Wong
<wong.syrone@gmail.com>
Sun, 7 Dec 2014 11:48:17 +0000
(19:48 +0800)
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>
mail/fdm/Makefile
patch
|
blob
|
history
diff --git
a/mail/fdm/Makefile
b/mail/fdm/Makefile
index 3eacdf868f5c83705327e2ce196a5591cacd2ba0..49c02f15e5386908326a39df7751a6e2fc01bb2d 100644
(file)
--- 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