diff options
author | Allan McRae <allan@archlinux.org> | 2012-05-08 16:51:02 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-02-09 12:43:37 +1000 |
commit | d2ce93bc5477ede279bcf20d0a5f8d876f27ddb7 (patch) | |
tree | 86d2c1934354f3c8e33eb352ea67fc6e611bdcc2 | |
parent | 17d4ec5ed8d9b71df3dbd50cbc5f633bfd1b0404 (diff) |
Quieten the build process some more
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d4cc9fa4..7b53fd0e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,7 @@ endif DIST_SUBDIRS = $(SUBDIRS) contrib src/common ACLOCAL_AMFLAGS = -I m4 --install +AM_MAKEFLAGS = --no-print-directory # Make sure we test and build manpages when doing distcheck DISTCHECK_CONFIGURE_FLAGS = --enable-doc --disable-git-version |