X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/652d9073459fce55104f0db8f64fc5b9100c979d..3d124095e990fd0ab21730fbc9541048643dbeb4:/include/host-build.mk diff --git a/include/host-build.mk b/include/host-build.mk index c19cb8fd1..a1287da47 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -4,7 +4,9 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -OS:=$(shell uname) + +include $(INCLUDE_DIR)/host.mk + ifneq ($(strip $(PKG_CAT)),) ifeq ($(PKG_CAT),unzip) UNPACK=unzip -d $(PKG_BUILD_DIR) $(DL_DIR)/$(PKG_SOURCE)