projects
/
openwrt
/
staging
/
florian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6aa1ca
)
lzma-old: do not install $(STAGING_DIR_HOST)/bin/lzma
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 3 Apr 2011 01:02:03 +0000
(
01:02
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 3 Apr 2011 01:02:03 +0000
(
01:02
+0000)
SVN-Revision: 26423
tools/lzma-old/Makefile
patch
|
blob
|
history
diff --git
a/tools/lzma-old/Makefile
b/tools/lzma-old/Makefile
index a2a9592e39e6a766a0a5e6c273b520196a8061a6..08511b0ec95aa6a08797e292e8665ed23a2a0478 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))