projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66c742b
)
nls.mk: fix typo
author
John Crispin
<john@openwrt.org>
Wed, 1 Apr 2015 08:31:38 +0000
(08:31 +0000)
committer
John Crispin
<john@openwrt.org>
Wed, 1 Apr 2015 08:31:38 +0000
(08:31 +0000)
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 45207
include/nls.mk
patch
|
blob
|
history
diff --git
a/include/nls.mk
b/include/nls.mk
index 19456640cbf31f5216790b0076a72a5d6519a294..118000d3ee16e7363dcc4b518a1103ff9d396822 100644
(file)
--- a/
include/nls.mk
+++ b/
include/nls.mk
@@
-36,5
+36,5
@@
INTL_CPPFLAGS:=-I$(INTL_PREFIX)/include
INTL_LDFLAGS:=-L$(INTL_PREFIX)/lib
TARGET_CFLAGS += $(ICONV_CFLAGS) $(INTL_CFLAGS)
-TARGET_CPPFLAGS += $(ICONV_CFLAGS) $(INTL_CPPFLAGS)
+TARGET_CPPFLAGS += $(ICONV_C
PP
FLAGS) $(INTL_CPPFLAGS)
TARGET_LDFLAGS += $(ICONV_LDFLAGS) $(INTL_LDFLAGS)