diff options
author | John Crispin <blogic@openwrt.org> | 2015-04-01 08:31:38 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-04-01 08:31:38 +0000 |
commit | 12102917e04b400040589c819b2cfeee7eb4e454 (patch) | |
tree | d46c511867dd8bbfa3408b6b77b4addefa6436bb /include | |
parent | 6f2f59573ff1ea1d7c17c4552561bbfc375f8dfd (diff) | |
download | upstream-12102917e04b400040589c819b2cfeee7eb4e454.tar.gz upstream-12102917e04b400040589c819b2cfeee7eb4e454.tar.bz2 upstream-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')
-rw-r--r-- | include/nls.mk | 2 |
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) |