projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c96996
)
revert r16017 there are no users of it yet
author
Florian Fainelli
<florian@openwrt.org>
Sun, 24 May 2009 14:02:46 +0000
(14:02 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 24 May 2009 14:02:46 +0000
(14:02 +0000)
SVN-Revision: 16029
tools/lzma/Makefile
patch
|
blob
|
history
diff --git
a/tools/lzma/Makefile
b/tools/lzma/Makefile
index 5e500adec87024161c7672a08dbd18b4cb10f194..83391fcf267a589317f30032672504e29b603bda 100644
(file)
--- a/
tools/lzma/Makefile
+++ b/
tools/lzma/Makefile
@@
-27,7
+27,6
@@
define Host/Install
$(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