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.
This commit is contained in:
Eric Andersen 2006-04-14 19:33:48 +00:00
parent cb7b678a5e
commit dd83c42002

View File

@ -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)