X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/73a867ea58e8e604cac0051efb371a73150168f2..da0cf301fa025b934295af74d2d127eda35c253f:/tools/xz/Makefile?ds=sidebyside diff --git a/tools/xz/Makefile b/tools/xz/Makefile index 5689e18d4..660f6e899 100644 --- a/tools/xz/Makefile +++ b/tools/xz/Makefile @@ -15,4 +15,8 @@ PKG_MD5SUM:=0652c09fdbb93ae2ce78c1368ffda612 include $(INCLUDE_DIR)/host-build.mk +define Host/Install + $(MAKE) -C $(HOST_BUILD_DIR) install xzlinks="unxz xzcat" +endef + $(eval $(call HostBuild))