summaryrefslogtreecommitdiff
path: root/rbutil
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2009-11-04 22:23:05 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2009-11-04 22:23:05 +0000
commit3762b36b1a9f3d7f66f6a0a5dc6517bceed84837 (patch)
treec10fee132a1fc7aaaeebda4b6f40038b0da3b99e /rbutil
parentd47366bb78b55d40f52826002fd7df4a65a78c6a (diff)
downloadrockbox-3762b36b1a9f3d7f66f6a0a5dc6517bceed84837.tar.gz
rockbox-3762b36b1a9f3d7f66f6a0a5dc6517bceed84837.zip
mktccboot doesn't use any version string passed by the Makefile, remove unneeded call to version.sh.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23524 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil')
-rw-r--r--rbutil/mktccboot/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/rbutil/mktccboot/Makefile b/rbutil/mktccboot/Makefile
index f51c462766..4d6e857952 100644
--- a/rbutil/mktccboot/Makefile
+++ b/rbutil/mktccboot/Makefile
@@ -13,11 +13,6 @@ CFLAGS := -O -g -W -Wall -Wshadow -pedantic -I$(TOOLSDIR)
13 13
14CC = gcc 14CC = gcc
15 15
16# Change for releases
17ifndef APPVERSION
18APPVERSION=`$(TOOLSDIR)/version.sh`
19endif
20
21ifndef V 16ifndef V
22SILENT = @ 17SILENT = @
23endif 18endif