X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=tools%2Flzma%2FMakefile;fp=tools%2Flzma%2FMakefile;h=bebfbafd57f78462237eae7704882cae73172608;hb=6c5ba45f54e27030a6fc3a40d0b78518dc6dc143;hp=83391fcf267a589317f30032672504e29b603bda;hpb=548de949f392049420a6a1feeef118b30ab8ea8c;p=openwrt%2Fstaging%2Fdedeckeh.git diff --git a/tools/lzma/Makefile b/tools/lzma/Makefile index 83391fcf26..bebfbafd57 100644 --- a/tools/lzma/Makefile +++ b/tools/lzma/Makefile @@ -18,9 +18,11 @@ HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/host-build.mk UTIL_DIR=$(HOST_BUILD_DIR)/C/LzmaUtil +ALONE_DIR=$(HOST_BUILD_DIR)/CPP/7zip/Compress/LZMA_Alone define Host/Compile $(MAKE) -C $(UTIL_DIR) -f makefile.gcc + $(MAKE) -C $(ALONE_DIR) -f makefile.gcc endef define Host/Install