From 34a637f46f759a8fe9e3502f730636e4fbd74820 Mon Sep 17 00:00:00 2001 From: Anton D. Kachalov Date: Mon, 27 Aug 2012 00:24:23 +0100 Subject: [build] Display commands for dependency generation when building with V=1 Signed-off-by: Michael Brown --- src/Makefile.housekeeping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.housekeeping') diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index 9cfb8a3e..1e05beba 100644 --- a/src/Makefile.housekeeping +++ b/src/Makefile.housekeeping @@ -663,7 +663,7 @@ $(BIN)/clientcert.o : override CC := env CCACHE_DISABLE=1 $(CC) define deps_template @$(ECHO) " [DEPS] $(1)" @$(MKDIR) -p $(BIN)/deps/$(dir $(1)) - @$(CPP) $(CFLAGS) $(CFLAGS_$(2)) $(CFLAGS_$(3)) -DOBJECT=$(3) \ + $(Q)$(CPP) $(CFLAGS) $(CFLAGS_$(2)) $(CFLAGS_$(3)) -DOBJECT=$(3) \ -Wno-error -M $(1) -MG -MP | \ sed 's/\.o\s*:/_DEPS +=/' > $(BIN)/deps/$(1).d endef -- cgit v1.2.3-55-g7522