From 38a8dc1f1dd0f0d0cc7d7ee0b4eedd7ae8c40405 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Fern=C3=A1ndez-Sanguino?= Date: Wed, 20 Jul 2016 17:38:22 +0000 Subject: [PATCH] Set the default DEBUG value (debug off) git-svn-id: https://projectaon.org/data/trunk@2550 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- common/pdf/build/lw/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/pdf/build/lw/Makefile.common b/common/pdf/build/lw/Makefile.common index 5ad02cc..be21f6c 100644 --- a/common/pdf/build/lw/Makefile.common +++ b/common/pdf/build/lw/Makefile.common @@ -20,9 +20,10 @@ ORIGSERIES ?= $(SERIES) ILLUSTRATOR ?= williams # Control debug +DEBUG ?= 0 AT_0 := @ AT_1 := -AT = $(AT_$(VERBOSE)) +AT = $(AT_$(DEBUG)) all: $(BASENAME).pdf -- 2.34.1