summaryrefslogtreecommitdiff
path: root/am-pretty.mk
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-27 15:32:35 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-27 15:32:35 -0400
commit658d4fefc78a50ad825f95f55f640a2a97134f80 (patch)
treea46e63faa481178532d2ebecb53d31b00e3654ca /am-pretty.mk
parent3f88c40b91e52978fdb9efcf684a6a2b62afb509 (diff)
stuff
Diffstat (limited to 'am-pretty.mk')
-rw-r--r--am-pretty.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/am-pretty.mk b/am-pretty.mk
index 9f67d48838..104a4806c0 100644
--- a/am-pretty.mk
+++ b/am-pretty.mk
@@ -20,6 +20,8 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+V ?=
+
AM_V_M4 = $(AM_V_M4_$(V))
AM_V_M4_ = $(AM_V_M4_$(AM_DEFAULT_VERBOSITY))
AM_V_M4_0 = @echo " M4 " $@;