projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[toolchain/uClibc] backport upstream fix for dst computation
[openwrt.git]
/
tools
/
lzma-old
/
Makefile
diff --git
a/tools/lzma-old/Makefile
b/tools/lzma-old/Makefile
index
a2a9592
..
08511b0
100644
(file)
--- a/
tools/lzma-old/Makefile
+++ b/
tools/lzma-old/Makefile
@@
-27,13
+27,10
@@
endef
define Host/Install
$(INSTALL_DATA) $(LIB_DIR)/liblzma.a $(STAGING_DIR_HOST)/lib/liblzma-old.a
define Host/Install
$(INSTALL_DATA) $(LIB_DIR)/liblzma.a $(STAGING_DIR_HOST)/lib/liblzma-old.a
- $(INSTALL_BIN) $(ALONE_DIR)/lzma $(STAGING_DIR_HOST)/bin/
endef
define Host/Clean
endef
define Host/Clean
- rm -f \
- $(STAGING_DIR_HOST)/lib/liblzma-old.a \
- $(STAGING_DIR_HOST)/bin/lzma
+ rm -f $(STAGING_DIR_HOST)/lib/liblzma-old.a
endef
$(eval $(call HostBuild))
endef
$(eval $(call HostBuild))
This page took
0.020599 seconds
and
4
git commands to generate.