projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
glibc: remove all previous (ancient) versions, add 2.14 (partially based on a patch...
[openwrt.git]
/
tools
/
lzma
/
Makefile
diff --git
a/tools/lzma/Makefile
b/tools/lzma/Makefile
index
b39c862
..
4922f80
100644
(file)
--- a/
tools/lzma/Makefile
+++ b/
tools/lzma/Makefile
@@
-26,10
+26,8
@@
define Host/Compile
endef
define Host/Install
endef
define Host/Install
- $(INSTALL_DIR) $(STAGING_DIR_HOST)/
lib $(STAGING_DIR_HOST)/include $(STAGING_DIR_HOST)/
bin
+ $(INSTALL_DIR) $(STAGING_DIR_HOST)/bin
$(INSTALL_BIN) $(HOST_BUILD_DIR)/CPP/7zip/Compress/LZMA_Alone/lzma_alone $(STAGING_DIR_HOST)/bin/lzma
$(INSTALL_BIN) $(HOST_BUILD_DIR)/CPP/7zip/Compress/LZMA_Alone/lzma_alone $(STAGING_DIR_HOST)/bin/lzma
- $(CP) $(HOST_BUILD_DIR)/C/*.h $(STAGING_DIR_HOST)/include/
- $(CP) $(UTIL_DIR)/liblzma.a $(STAGING_DIR_HOST)/lib/
endef
define Host/Clean
endef
define Host/Clean
This page took
0.022912 seconds
and
4
git commands to generate.