Commit dd83c420 authored by Eric Andersen's avatar Eric Andersen
Browse files

Browsing to the ccache web page http://ccache.samba.org/

they list the cannonical download URL as: http://samba.org/ftp/ccache/
so I guess the freshmeat URL is out of date or something.
parent cb7b678a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#
#############################################################
CCACHE_VER:=2.4
CCACHE_SITE:=http://ccache.samba.org/ftp/ccache/
CCACHE_SITE:=http://samba.org/ftp/ccache
CCACHE_SOURCE:=ccache-$(CCACHE_VER).tar.gz
CCACHE_DIR1:=$(TOOL_BUILD_DIR)/ccache-$(CCACHE_VER)
CCACHE_DIR2:=$(BUILD_DIR)/ccache-$(CCACHE_VER)