diff options
Diffstat (limited to 'tools/perf/Documentation/Makefile')
-rw-r--r-- | tools/perf/Documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Documentation/Makefile b/tools/perf/Documentation/Makefile index eb30044a922a..f75175757892 100644 --- a/tools/perf/Documentation/Makefile +++ b/tools/perf/Documentation/Makefile | |||
@@ -150,7 +150,7 @@ NO_SUBDIR = : | |||
150 | endif | 150 | endif |
151 | 151 | ||
152 | ifneq ($(findstring $(MAKEFLAGS),s),s) | 152 | ifneq ($(findstring $(MAKEFLAGS),s),s) |
153 | ifndef V | 153 | ifneq ($(V),1) |
154 | QUIET_ASCIIDOC = @echo ' ' ASCIIDOC $@; | 154 | QUIET_ASCIIDOC = @echo ' ' ASCIIDOC $@; |
155 | QUIET_XMLTO = @echo ' ' XMLTO $@; | 155 | QUIET_XMLTO = @echo ' ' XMLTO $@; |
156 | QUIET_DB2TEXI = @echo ' ' DB2TEXI $@; | 156 | QUIET_DB2TEXI = @echo ' ' DB2TEXI $@; |