mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
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
|
||||
|
||||
# Change for releases
|
||||
ifndef APPVERSION
|
||||
APPVERSION=`$(TOOLSDIR)/version.sh`
|
||||
endif
|
||||
|
||||
ifndef V
|
||||
SILENT = @
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue