From: Felix Fietkau Date: Wed, 20 Jan 2016 19:36:18 +0000 (+0000) Subject: gettext-full: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=211b9fc52c98a2c65441399614b80de5deeb1db6;p=openwrt%2Fsvn-archive%2Farchive.git gettext-full: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST) Signed-off-by: Felix Fietkau SVN-Revision: 48407 --- diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile index 2e1cba4da4..d410fea508 100644 --- a/package/libs/gettext-full/Makefile +++ b/package/libs/gettext-full/Makefile @@ -37,7 +37,7 @@ endef TARGET_CFLAGS += $(FPIC) ifneq ($(HOST_OS),Linux) - TARGET_CFLAGS += -I$(STAGING_DIR_HOST)/include + TARGET_CFLAGS += -I$(STAGING_DIR)/host/include endif ifdef CONFIG_USE_MUSL TARGET_CFLAGS += -D__UCLIBC__