From 30f8f669936cbceefa1acd163d995f43253f834b Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 15 Jan 2012 11:43:13 +0000 Subject: [PATCH] tools: clean up Makefiles / make ccache work SVN-Revision: 29754 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 46fc40c..cd7531f 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/kernel.mk define cc - $(CC) $(HOST_CFLAGS) -include endian.h -o $(HOST_BUILD_DIR)/bin/$(firstword $(1)) $(foreach src,$(1),src/$(src).c) $(2) + $(HOSTCC) $(HOST_CFLAGS) -include endian.h -o $(HOST_BUILD_DIR)/bin/$(firstword $(1)) $(foreach src,$(1),src/$(src).c) $(2) endef define Host/Compile -- 2.30.2