summaryrefslogtreecommitdiffstats
path: root/include/nls.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-04-01 08:31:38 +0000
committerJohn Crispin <john@openwrt.org>2015-04-01 08:31:38 +0000
commitd542c038c517537665129fa236b8dc57235deeb9 (patch)
treef487c251dc7f34ec225f2dff5f0c8adb6e1c17d5 /include/nls.mk
parent66c742b6217f84bd0b09eba741f508f070de1b43 (diff)
downloadmaster-31e0f0ae-d542c038c517537665129fa236b8dc57235deeb9.tar.gz
master-31e0f0ae-d542c038c517537665129fa236b8dc57235deeb9.tar.bz2
master-31e0f0ae-d542c038c517537665129fa236b8dc57235deeb9.zip
nls.mk: fix typo
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 45207
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)