From 0fee9e90c2ea3accfaa521a303c6568ebf7baccc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 12 Nov 2003 09:31:12 +0000 Subject: Thomas Cameron writes: this patch fixes the source file downloads when executing a "make source", and a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch against the current CVS sources, and includes my previous patch. --- make/ccache.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make/ccache.mk') diff --git a/make/ccache.mk b/make/ccache.mk index 65e88e1aa..9ee98db65 100644 --- a/make/ccache.mk +++ b/make/ccache.mk @@ -61,6 +61,8 @@ $(TARGET_DIR)/$(CCACHE_TARGET_BINARY): $(CCACHE_DIR2)/$(CCACHE_BINARY) ccache_target: uclibc $(TARGET_DIR)/$(CCACHE_TARGET_BINARY) +ccache_target-sources: $(DL_DIR)/$(CCACHE_SOURCE) + ccache_target-clean: $(MAKE) DESTDIR=$(TARGET_DIR) -C $(CCACHE_DIR2) uninstall -$(MAKE) -C $(CCACHE_DIR2) clean -- cgit v1.2.3