X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/73a867ea58e8e604cac0051efb371a73150168f2..06304272057051a9d2a412f0a27b31ce6c917b6f:/tools/xz/Makefile 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))