From 730bc88271a9ad877e75f071d9a506f552114e71 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Sat, 12 Jan 2013 06:53:48 +0000 Subject: [PATCH] do not print directories when entering them in make. automake will already print a message so we can keep track where we are. this should help people that click terminology and accidentally clicks the directory opening the file manager. SVN revision: 82688 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index f377199d42..712de985ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 +AM_MAKEFLAGS = --no-print-directory AM_DISTCHECK_CONFIGURE_FLAGS = --with-tests=regular --enable-always-build-examples SUBDIRS = src data doc