aboutsummaryrefslogtreecommitdiffstats
path: root/include/nls.mk
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-04-01 08:31:38 +0000
committerJohn Crispin <blogic@openwrt.org>2015-04-01 08:31:38 +0000
commit12102917e04b400040589c819b2cfeee7eb4e454 (patch)
treed46c511867dd8bbfa3408b6b77b4addefa6436bb /include/nls.mk
parent6f2f59573ff1ea1d7c17c4552561bbfc375f8dfd (diff)
downloadmaster-187ad058-12102917e04b400040589c819b2cfeee7eb4e454.tar.gz
master-187ad058-12102917e04b400040589c819b2cfeee7eb4e454.tar.bz2
master-187ad058-12102917e04b400040589c819b2cfeee7eb4e454.zip
nls.mk: fix typo
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45207 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/nls.mk')
-rw-r--r--include/nls.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nls.mk b/include/nls.mk
index 19456640cb..118000d3ee 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)