From 3762b36b1a9f3d7f66f6a0a5dc6517bceed84837 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Wed, 4 Nov 2009 22:23:05 +0000 Subject: 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 --- rbutil/mktccboot/Makefile | 5 ----- 1 file changed, 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 -- cgit v1.2.3