Author: blogic Date: 2015-04-01 10:31:38 +0200 (Wed, 01 Apr 2015) New Revision: 45207
Modified: trunk/include/nls.mk Log: nls.mk: fix typo Signed-off-by: ?\195?\129lvaro Fern?\195?\161ndez Rojas <[email protected]> Modified: trunk/include/nls.mk =================================================================== --- trunk/include/nls.mk 2015-04-01 08:31:33 UTC (rev 45206) +++ trunk/include/nls.mk 2015-04-01 08:31:38 UTC (rev 45207) @@ -36,5 +36,5 @@ 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) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
