diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-09-04 19:54:18 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-09-04 19:54:18 +0000 |
| commit | 4dd44bffb0f985366587e788a1e34a25c2733919 (patch) | |
| tree | d0a3b9d65e94c19763180852e5fe0564f6da0217 /tools | |
| parent | 3c47d94668c2129ab5cc50ef1c58dc37a5bc00a4 (diff) | |
| download | rockbox-4dd44bffb0f985366587e788a1e34a25c2733919.zip rockbox-4dd44bffb0f985366587e788a1e34a25c2733919.tar.gz rockbox-4dd44bffb0f985366587e788a1e34a25c2733919.tar.bz2 rockbox-4dd44bffb0f985366587e788a1e34a25c2733919.tar.xz | |
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
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/ucl/src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ucl/src/Makefile b/tools/ucl/src/Makefile index a390c7b..b4b841a 100644 --- a/tools/ucl/src/Makefile +++ b/tools/ucl/src/Makefile @@ -7,6 +7,7 @@ # $Id$ # CFLAGS = -I../include +CC = gcc ifndef V SILENT = @ |