mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-17 20:12:11 +01:00
lzma-old: do not install $(STAGING_DIR_HOST)/bin/lzma
SVN-Revision: 26423
This commit is contained in:
parent
e6aa1cab00
commit
fb64684435
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user