summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rbutil/mkamsboot/Makefile1
-rw-r--r--tools/ucl/src/Makefile1
2 files changed, 2 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`
diff --git a/tools/ucl/src/Makefile b/tools/ucl/src/Makefile
index a390c7bd38..b4b841a4f1 100644
--- a/tools/ucl/src/Makefile
+++ b/tools/ucl/src/Makefile
@@ -7,6 +7,7 @@
7# $Id$ 7# $Id$
8# 8#
9CFLAGS = -I../include 9CFLAGS = -I../include
10CC = gcc
10 11
11ifndef V 12ifndef V
12SILENT = @ 13SILENT = @