summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-02-26 15:12:45 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-02-26 15:13:10 +0100
commit9886673d0afda8bc642426cabd49510fc04add03 (patch)
tree9f030f8c6cf3e46d1f7f84f4deb5ecdce0dd0dc7
parent5916e794ad05937d4bc23faab97bfddc6d890f7e (diff)
downloadgcab-9886673d0afda8bc642426cabd49510fc04add03.tar.gz
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 18d4339..6d93640 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,8 +4,9 @@ CLEANFILES =
DISTCLEANFILES =
ACLOCAL_AMFLAGS = -I m4
-makeflags_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
+makeflags_ = $(makeflags_$(AM_DEFAULT_VERBOSITY))
makeflags_0 = --no-print-directory -s
+makeflags_1 =
AM_MAKEFLAGS = $(makeflags_$(V))
SUBDIRS = docs po libgcab