summaryrefslogtreecommitdiff
path: root/rbutil/mkamsboot/Makefile
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2009-09-04 19:54:18 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2009-09-04 19:54:18 +0000
commit4dd44bffb0f985366587e788a1e34a25c2733919 (patch)
treed0a3b9d65e94c19763180852e5fe0564f6da0217 /rbutil/mkamsboot/Makefile
parent3c47d94668c2129ab5cc50ef1c58dc37a5bc00a4 (diff)
downloadrockbox-4dd44bffb0f985366587e788a1e34a25c2733919.tar.gz
rockbox-4dd44bffb0f985366587e788a1e34a25c2733919.zip
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 'rbutil/mkamsboot/Makefile')
-rw-r--r--rbutil/mkamsboot/Makefile1
1 files changed, 1 insertions, 0 deletions
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 @@
1# We use the UCL code available in the Rockbox tools/ directory 1# We use the UCL code available in the Rockbox tools/ directory
2CFLAGS=-I../../tools/ucl/include -Wall 2CFLAGS=-I../../tools/ucl/include -Wall
3LIBUCL=../../tools/ucl/src/libucl.a 3LIBUCL=../../tools/ucl/src/libucl.a
4CC = gcc
4 5
5#change for releases 6#change for releases
6APPVERSION=`../../tools/version.sh` 7APPVERSION=`../../tools/version.sh`