diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-11-04 22:23:05 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-11-04 22:23:05 +0000 |
commit | 3762b36b1a9f3d7f66f6a0a5dc6517bceed84837 (patch) | |
tree | c10fee132a1fc7aaaeebda4b6f40038b0da3b99e /rbutil | |
parent | d47366bb78b55d40f52826002fd7df4a65a78c6a (diff) |
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/Makefile | 5 |
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 |