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:
parent
d47366bb78
commit
3762b36b1a
1 changed files with 0 additions and 5 deletions
|
|
@ -13,11 +13,6 @@ CFLAGS := -O -g -W -Wall -Wshadow -pedantic -I$(TOOLSDIR)
|
||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
|
|
||||||
# Change for releases
|
|
||||||
ifndef APPVERSION
|
|
||||||
APPVERSION=`$(TOOLSDIR)/version.sh`
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifndef V
|
ifndef V
|
||||||
SILENT = @
|
SILENT = @
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue