From 6e4025dfc8c2f6955d678b9f011c1d3b392a6e3e Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 6 Aug 2009 15:51:47 +0200 Subject: [PATCH] make: suppress enter/leaving directory messages --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 5da4779fb..bcc2f3b92 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,8 @@ CLEANFILES = \ ACLOCAL_AMFLAGS = -I m4 +AM_MAKEFLAGS = --no-print-directory + DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ --enable-extras -- 2.30.2