linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] perf tools: Fix a typo in Makefile
@ 2019-08-01  3:28 Masanari Iida
  2019-08-02  5:24 ` Mukesh Ojha
  2019-08-08 20:20 ` [tip:perf/urgent] perf tools: Fix a typo in a variable name in the Documentation Makefile tip-bot for Masanari Iida
  0 siblings, 2 replies; 4+ messages in thread
From: Masanari Iida @ 2019-08-01  3:28 UTC (permalink / raw)
  To: linux-kernel, peterz, mingo, acme, alexander.shishkin, namhyung
  Cc: Masanari Iida

This patch fix a spelling typo in Makefile.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 tools/perf/Documentation/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/Documentation/Makefile b/tools/perf/Documentation/Makefile
index 6d148a40551c..adc5a7e44b98 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 \
-- 
2.23.0.rc0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-08 20:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-01  3:28 [PATCH] perf tools: Fix a typo in Makefile Masanari Iida
2019-08-02  5:24 ` Mukesh Ojha
2019-08-08 13:38   ` Arnaldo Carvalho de Melo
2019-08-08 20:20 ` [tip:perf/urgent] perf tools: Fix a typo in a variable name in the Documentation Makefile tip-bot for Masanari Iida

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).