aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r--tools/perf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index 2c309a5c6868..5a429966c995 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -732,7 +732,7 @@ $(BUILT_INS): perf$X
732common-cmds.h: util/generate-cmdlist.sh command-list.txt 732common-cmds.h: util/generate-cmdlist.sh command-list.txt
733 733
734common-cmds.h: $(wildcard Documentation/perf-*.txt) 734common-cmds.h: $(wildcard Documentation/perf-*.txt)
735 $(QUIET_GEN)util/generate-cmdlist.sh > $@+ && mv $@+ $@ 735 $(QUIET_GEN). util/generate-cmdlist.sh > $@+ && mv $@+ $@
736 736
737$(patsubst %.sh,%,$(SCRIPT_SH)) : % : %.sh 737$(patsubst %.sh,%,$(SCRIPT_SH)) : % : %.sh
738 $(QUIET_GEN)$(RM) $@ $@+ && \ 738 $(QUIET_GEN)$(RM) $@ $@+ && \