diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-11-25 23:30:36 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-11-29 20:28:29 -0500 |
commit | c7a92c872b278cc41cca6e782b3aafa69d693f6b (patch) | |
tree | 484debe863f6764cb809ac610e283171d98cf5b6 /gprof/configure.ac | |
parent | 45c06bb712699e94533d16ac79efca189723294d (diff) | |
download | gdb-c7a92c872b278cc41cca6e782b3aafa69d693f6b.zip gdb-c7a92c872b278cc41cca6e782b3aafa69d693f6b.tar.gz gdb-c7a92c872b278cc41cca6e782b3aafa69d693f6b.tar.bz2 |
gprof: enable silent build rules
Also add $(AM_V_xxx) to various manual rules in here.
Diffstat (limited to 'gprof/configure.ac')
-rw-r--r-- | gprof/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gprof/configure.ac b/gprof/configure.ac index 25aa108..af07244 100644 --- a/gprof/configure.ac +++ b/gprof/configure.ac @@ -23,6 +23,7 @@ AC_CONFIG_SRCDIR([gprof.c]) AC_CANONICAL_TARGET([]) AM_INIT_AUTOMAKE +AM_SILENT_RULES([yes]) dnl For simplicity, we use the BFD configuration file for most dnl things. However, we also need our own configuration file for |