diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-27 15:32:35 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-27 15:32:35 -0400 |
commit | 658d4fefc78a50ad825f95f55f640a2a97134f80 (patch) | |
tree | a46e63faa481178532d2ebecb53d31b00e3654ca /am-pretty.mk | |
parent | 3f88c40b91e52978fdb9efcf684a6a2b62afb509 (diff) |
stuff
Diffstat (limited to 'am-pretty.mk')
-rw-r--r-- | am-pretty.mk | 2 |
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 " $@; |