X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=tools%2Flzma%2FMakefile;h=5e500adec87024161c7672a08dbd18b4cb10f194;hp=18fe030886ccb34fcfa2daca5fcdde6e8ef5a9d0;hb=094bf83868f69d9bc9dbefed2d61243f66bda955;hpb=c9f653ecc0654911352c574bf5c92fcef4d0cc69 diff --git a/tools/lzma/Makefile b/tools/lzma/Makefile index 18fe030886..5e500adec8 100644 --- a/tools/lzma/Makefile +++ b/tools/lzma/Makefile @@ -24,9 +24,10 @@ define Host/Compile endef define Host/Install - $(INSTALL_DIR) $(STAGING_DIR_HOST)/lib $(STAGING_DIR_HOST)/include + $(INSTALL_DIR) $(STAGING_DIR_HOST)/lib $(STAGING_DIR_HOST)/include $(STAGING_DIR_HOST)/bin $(CP) $(HOST_BUILD_DIR)/C/*.h $(STAGING_DIR_HOST)/include/ $(CP) $(UTIL_DIR)/liblzma.a $(STAGING_DIR_HOST)/lib/ + $(CP) $(HOST_BUILD_DIR)/C/LzmaUtil/lzma $(STAGING_DIR_HOST)/bin/lzma-new endef define Host/Clean