From: Masanari Iida Date: Thu, 1 Aug 2019 03:28:12 +0000 (+0900) Subject: perf tools: Fix a typo in a variable name in the Documentation Makefile X-Git-Tag: v5.4-rc1~347^2^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=89b66500f739e0033ef59011e3df694f2053679d;p=platform%2Fkernel%2Flinux-rpi.git perf tools: Fix a typo in a variable name in the Documentation Makefile This patch fix a spelling typo in a variable name in the Documentation Makefile. Signed-off-by: Masanari Iida Reviewed-by: Mukesh Ojha Cc: Alexander Shishkin Cc: Namhyung Kim Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/20190801032812.25018-1-standby24x7@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/Documentation/Makefile b/tools/perf/Documentation/Makefile index 6d148a4..adc5a7e 100644 --- a/tools/perf/Documentation/Makefile +++ b/tools/perf/Documentation/Makefile @@ -242,7 +242,7 @@ $(OUTPUT)doc.dep : $(wildcard *.txt) build-docdep.perl $(PERL_PATH) ./build-docdep.perl >$@+ $(QUIET_STDERR) && \ mv $@+ $@ --include $(OUPTUT)doc.dep +-include $(OUTPUT)doc.dep _cmds_txt = cmds-ancillaryinterrogators.txt \ cmds-ancillarymanipulators.txt \