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