summaryrefslogtreecommitdiffstats
path: root/rbutil/mktccboot/Makefile
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/mktccboot/Makefile
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/mktccboot/Makefile')
-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)
CC = gcc
-# Change for releases
-ifndef APPVERSION
-APPVERSION=`$(TOOLSDIR)/version.sh`
-endif
-
ifndef V
SILENT = @
endif