summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-09-15 19:16:38 +0200
committerGuillem Jover <guillem@debian.org>2009-09-15 20:12:17 +0200
commite628950c4affe51bf51e6af6f76827c465efc8e8 (patch)
tree2d63c6d63d450db40cfa66b507768765c507069c /dselect
parent3ca41e2ae851f012a28914ebb79eb472834e2d72 (diff)
downloaddpkg-e628950c4affe51bf51e6af6f76827c465efc8e8.tar.gz
Make the build silent by default
Make it verbose when building the Debian packages.
Diffstat (limited to 'dselect')
-rw-r--r--dselect/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/Makefile.am b/dselect/Makefile.am
index 084566867..f06391e48 100644
--- a/dselect/Makefile.am
+++ b/dselect/Makefile.am
@@ -52,7 +52,7 @@ CLEANFILES = curkeys.h
curkeys.$(OBJEXT): curkeys.h
curkeys.h: $(srcdir)/keyoverride $(srcdir)/mkcurkeys.pl
- cursesfile=`echo '#include "dselect-curses.h"' | \
+ $(AM_V_GEN) cursesfile=`echo '#include "dselect-curses.h"' | \
$(CPP) -I$(top_builddir) -I $(srcdir) - | \
grep 'curses.h' | head -n 1 | \
sed -e 's/^[^"]*"//; s/".*$$//'`; \