From 2e0200368790714709de4085a0ce9f3b1ddd753f Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 10 Sep 2009 14:16:19 +0000 Subject: [PATCH] prettier compiling in optimize mode git-svn-id: file:///svn/unbound/trunk@1827 be551aaa-1e26-0410-a405-d3ace91eadb9 --- Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 42cc851d2..273e4dd77 100644 --- a/Makefile.in +++ b/Makefile.in @@ -5,8 +5,10 @@ debug_enabled=@debug_enabled@ ifeq "$(QUIET)" "" ifeq ($(debug_enabled),yes) QUIET=yes + LIBTOOLQUIET=yes else QUIET=no + LIBTOOLQUIET=yes endif endif @@ -62,7 +64,7 @@ RUNTIME_PATH=@RUNTIME_PATH@ DEPFLAG=@DEPFLAG@ DATE=$(shell date +%Y%m%d) LIBTOOL=$(libtool) -ifeq "$(QUIET)" "yes" +ifeq "$(LIBTOOLQUIET)" "yes" LIBTOOL+=--quiet endif BUILD=build/ @@ -176,7 +178,7 @@ $(BUILD)%.lo: $(srcdir)/%.c @if test ! -z "$(ldnsdir)" -a ! -e $(ldnsdir)/include/ldns/ldns.h; \ then (cd $(ldnsdir); $(MAKE) copy-headers); fi @-if test ! -d $(dir $@); then $(INSTALL) -d $(patsubst %/,%,$(dir $@)); fi - $Q$(COMPILE) -c $< -o $@ + $Q$(COMPILE) -o $@ -c $< all: $(COMMON_OBJ) unbound$(EXEEXT) unbound-checkconf$(EXEEXT) lib unbound-host$(EXEEXT) unbound-control$(EXEEXT) unbound-control-setup $(WINAPPS)