diff options
author | John Crispin <john@openwrt.org> | 2012-06-15 19:44:56 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-06-15 19:44:56 +0000 |
commit | 293c47218a79a7327cfd058e04cc2afd0f3759f1 (patch) | |
tree | 33728897e489abb68cb85c63987ce85f7bfa4841 /tools/ccache | |
parent | e3663ff907cf6083e02010716b0a580d21a88168 (diff) | |
download | upstream-293c47218a79a7327cfd058e04cc2afd0f3759f1.tar.gz upstream-293c47218a79a7327cfd058e04cc2afd0f3759f1.tar.bz2 upstream-293c47218a79a7327cfd058e04cc2afd0f3759f1.zip |
ccache does not need zcat
SVN-Revision: 32385
Diffstat (limited to 'tools/ccache')
-rw-r--r-- | tools/ccache/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile index 8848fa5102..442094a180 100644 --- a/tools/ccache/Makefile +++ b/tools/ccache/Makefile @@ -13,7 +13,6 @@ PKG_VERSION:=3.1.7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://samba.org/ftp/ccache/ PKG_MD5SUM:=80a698c22d0b06b19c88ac58e8d8b632 -PKG_CAT:=zcat include $(INCLUDE_DIR)/host-build.mk |