tools: clean up Makefiles / make ccache work

SVN-Revision: 29754
This commit is contained in:
John Crispin
2012-01-15 11:43:13 +00:00
parent f9e41adc80
commit ccb6b0a063
15 changed files with 31 additions and 83 deletions

View File

@@ -11,7 +11,7 @@ PKG_NAME:=sstrip
include $(INCLUDE_DIR)/host-build.mk
define Host/Compile
$(CC) $(HOST_CFLAGS) -I./include -include endian.h -o $(HOST_BUILD_DIR)/sstrip src/sstrip.c
$(HOSTCC) $(HOST_CFLAGS) -I./include -include endian.h -o $(HOST_BUILD_DIR)/sstrip src/sstrip.c
endef
define Host/Install