diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-20 20:30:04 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-20 21:56:03 +0100 |
commit | 9f8e5aca342c806d1031e063b00a0045e0eb6c57 (patch) | |
tree | e9547c4e7c77f1db6e1ea8c9c96b36ee548f641f /libs/protobuf/Makefile | |
parent | f12aae60ad661a67b45ef4370757fa5236ffffff (diff) |
treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with changes in trunk
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'libs/protobuf/Makefile')
-rw-r--r-- | libs/protobuf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/protobuf/Makefile b/libs/protobuf/Makefile index 72133be86..1e70a12fc 100644 --- a/libs/protobuf/Makefile +++ b/libs/protobuf/Makefile @@ -41,7 +41,7 @@ define Package/protobuf/description of its internal RPC protocols and file formats. endef -CONFIGURE_ARGS += --with-protoc=$(STAGING_DIR_HOST)/bin/protoc +CONFIGURE_ARGS += --with-protoc=$(STAGING_DIR)/host/bin/protoc define Build/InstallDev $(INSTALL_DIR) \ |