projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5b89c2
)
lzma-old: do not install $(STAGING_DIR_HOST)/bin/lzma
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Apr 2011 01:02:03 +0000
(
01:02
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Apr 2011 01:02:03 +0000
(
01:02
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26423
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
tools/lzma-old/Makefile
patch
|
blob
|
history
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
- $(INSTALL_BIN) $(ALONE_DIR)/lzma $(STAGING_DIR_HOST)/bin/
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))
This page took
0.022713 seconds
and
4
git commands to generate.