summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-02-26 15:16:37 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-02-26 15:16:37 +0100
commit8c47a6035c042959b780991567195c78dbe084d8 (patch)
treebcca479e4a6f8951d6ab1951e6a847d8b6f3ae6e
parentfa0a3f09db5097090f1221576a698b3fc0374d7f (diff)
downloadmsitools-8c47a6035c042959b780991567195c78dbe084d8.tar.gz
msitools-8c47a6035c042959b780991567195c78dbe084d8.tar.xz
msitools-8c47a6035c042959b780991567195c78dbe084d8.zip
build-sys: fix silent makeflags
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8a41ff7..c7b2d2b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,8 +4,9 @@ EXTRA_DIST =
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = include data libmsi tests po .
-makeflags_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+makeflags_ = $(makeflags_$(AM_DEFAULT_VERBOSITY))
makeflags_0 = --no-print-directory -s
+makeflags_1 =
AM_MAKEFLAGS = $(makeflags_$(V))
libmsiincludedir = $(includedir)/libmsi-1.0