diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-20 19:36:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-20 19:36:18 +0000 |
commit | 11d93b424ab542696c91ea82f1cd3bdcdaa15520 (patch) | |
tree | 422453222f0f0734cb421640ceaedeef36639da9 /package/libs | |
parent | 575846571862db37252bb25811bc39acc49d8e99 (diff) | |
download | master-187ad058-11d93b424ab542696c91ea82f1cd3bdcdaa15520.tar.gz master-187ad058-11d93b424ab542696c91ea82f1cd3bdcdaa15520.tar.bz2 master-187ad058-11d93b424ab542696c91ea82f1cd3bdcdaa15520.zip |
gettext-full: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48407 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs')
-rw-r--r-- | package/libs/gettext-full/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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__ |