diff options
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 2 |
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 | |||
732 | common-cmds.h: util/generate-cmdlist.sh command-list.txt | 732 | common-cmds.h: util/generate-cmdlist.sh command-list.txt |
733 | 733 | ||
734 | common-cmds.h: $(wildcard Documentation/perf-*.txt) | 734 | common-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) $@ $@+ && \ |