From: John Crispin Date: Wed, 1 Apr 2015 08:31:38 +0000 (+0000) Subject: nls.mk: fix typo X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=b1c78e5a6c51673117eee2a83b9f88ee4cb1a432 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)