summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rbutil/mktccboot/Makefile5
1 files changed, 0 insertions, 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)
13 13
14CC = gcc 14CC = gcc
15 15
16# Change for releases
17ifndef APPVERSION
18APPVERSION=`$(TOOLSDIR)/version.sh`
19endif
20
21ifndef V 16ifndef V
22SILENT = @ 17SILENT = @
23endif 18endif