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 | 285f024c8831e38336606463fd1e22dba9ad1ac5 (patch) | |
tree | 9567e6409955ccf322903bac2edefb7de8879066 /package/libs | |
parent | dcdcbdd50e56e56a0cd8f9dff3618bbe0aeae094 (diff) | |
download | upstream-285f024c8831e38336606463fd1e22dba9ad1ac5.tar.gz upstream-285f024c8831e38336606463fd1e22dba9ad1ac5.tar.bz2 upstream-285f024c8831e38336606463fd1e22dba9ad1ac5.zip |
gettext-full: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48407
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__ |