From: John Crispin Date: Wed, 1 Apr 2015 08:31:38 +0000 (+0000) Subject: nls.mk: fix typo X-Git-Tag: reboot~3530 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=d542c038c517537665129fa236b8dc57235deeb9;ds=sidebyside nls.mk: fix typo Signed-off-by: Álvaro Fernández Rojas SVN-Revision: 45207 --- 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)