summaryrefslogtreecommitdiff
path: root/t/silent-custom.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/silent-custom.sh')
-rw-r--r--t/silent-custom.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/t/silent-custom.sh b/t/silent-custom.sh
index 1bb86c98d..56723e3ac 100644
--- a/t/silent-custom.sh
+++ b/t/silent-custom.sh
@@ -30,10 +30,9 @@ echo SUBDIRS = sub > Makefile.am
mkdir sub
cat > sub/Makefile.am <<'EOF'
-AUTOMAKE_OPTIONS = -Wno-portability-recursive
-my_verbose = $(my_verbose_$(V))
-my_verbose_ = $(my_verbose_$(AM_DEFAULT_VERBOSITY))
-my_verbose_0 = @echo " XGEN $@";
+my_verbose = $(my_verbose/$(V))
+my_verbose/0 = @echo " XGEN $@";
+my_verbose/1 =
all-local: foo gen-headers