[OpenWrt-Devel] [PATCH] nls.mk: fix typo
Álvaro Fernández Rojas
noltari at gmail.com
Tue Mar 31 14:37:10 EDT 2015
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
include/nls.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/nls.mk b/include/nls.mk
index 1945664..118000d 100644
--- 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_CPPFLAGS) $(INTL_CPPFLAGS)
TARGET_LDFLAGS += $(ICONV_LDFLAGS) $(INTL_LDFLAGS)
--
1.9.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list