diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-03 01:02:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-03 01:02:03 +0000 |
commit | 5895d8fd56d1339910b1448d22a616d613d8fdeb (patch) | |
tree | 80d2fab6425a94f146818a8142a2b5efc9a2cdb9 /tools/lzma-old | |
parent | 461322087525f0c9a6bb8e6ab1af8a6dea94917f (diff) | |
download | upstream-5895d8fd56d1339910b1448d22a616d613d8fdeb.tar.gz upstream-5895d8fd56d1339910b1448d22a616d613d8fdeb.tar.bz2 upstream-5895d8fd56d1339910b1448d22a616d613d8fdeb.zip |
lzma-old: do not install $(STAGING_DIR_HOST)/bin/lzma
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26423 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/lzma-old')
-rw-r--r-- | tools/lzma-old/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/lzma-old/Makefile b/tools/lzma-old/Makefile index a2a9592e39..08511b0ec9 100644 --- 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)) |