1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Dominik Riebeling 2009-11-04 22:23:05 +00:00
parent d47366bb78
commit 3762b36b1a

View file

@ -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