From 6c5ba45f54e27030a6fc3a40d0b78518dc6dc143 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 1 Jun 2009 20:31:49 +0000 Subject: port lzmp that is packaged by debian, build it, but do not install it yet SVN-Revision: 16282 --- tools/lzma/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/lzma/Makefile') diff --git a/tools/lzma/Makefile b/tools/lzma/Makefile index 83391fc..bebfbaf 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 -- cgit v1.1