From ffde35e94af23b412286b331c8ddc1356670b49f Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Wed, 11 Jan 2017 09:35:25 +0100 Subject: [PATCH] increase temporary the number of built messages --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index b35551ca4..f02e86c07 100644 --- a/Makefile.in +++ b/Makefile.in @@ -88,7 +88,7 @@ CFLAGS_FOR_TOOLS = -O2 -Wall -std=gnu99 LDFLAGS_FOR_TOOLS = # Prettify output -V = 0 +V = 1 ifeq ($V,0) Q = @ P = > /dev/null