From 4dd44bffb0f985366587e788a1e34a25c2733919 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Fri, 4 Sep 2009 19:54:18 +0000 Subject: Explicitly set CC to prevent make trying to use cc instead. Fixes build issues on w32. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22623 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/mkamsboot/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'rbutil') diff --git a/rbutil/mkamsboot/Makefile b/rbutil/mkamsboot/Makefile index 12058ecab8..3b4cc11404 100644 --- a/rbutil/mkamsboot/Makefile +++ b/rbutil/mkamsboot/Makefile @@ -1,6 +1,7 @@ # We use the UCL code available in the Rockbox tools/ directory CFLAGS=-I../../tools/ucl/include -Wall LIBUCL=../../tools/ucl/src/libucl.a +CC = gcc #change for releases APPVERSION=`../../tools/version.sh` -- cgit v1.2.3