diff options
author | John Crispin <john@openwrt.org> | 2015-04-01 08:31:38 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-04-01 08:31:38 +0000 |
commit | d542c038c517537665129fa236b8dc57235deeb9 (patch) | |
tree | f487c251dc7f34ec225f2dff5f0c8adb6e1c17d5 | |
parent | 66c742b6217f84bd0b09eba741f508f070de1b43 (diff) | |
download | upstream-d542c038c517537665129fa236b8dc57235deeb9.tar.gz upstream-d542c038c517537665129fa236b8dc57235deeb9.tar.bz2 upstream-d542c038c517537665129fa236b8dc57235deeb9.zip |
nls.mk: fix typo
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 45207
-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) |