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
This commit is contained in:
Dominik Riebeling 2009-09-04 19:54:18 +00:00
parent 3c47d94668
commit 4dd44bffb0
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@
# $Id$
#
CFLAGS = -I../include
CC = gcc
ifndef V
SILENT = @