aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/s390/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/arch/s390/Makefile')
-rw-r--r--tools/perf/arch/s390/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/arch/s390/Makefile b/tools/perf/arch/s390/Makefile
index 74bffbea03e20c..56994e63b43ae2 100644
--- a/tools/perf/arch/s390/Makefile
+++ b/tools/perf/arch/s390/Makefile
@@ -17,7 +17,7 @@ sysdef := $(sysprf)/syscall.tbl
systbl := $(sysprf)/mksyscalltbl
# Create output directory if not already present
-_dummy := $(shell [ -d '$(out)' ] || mkdir -p '$(out)')
+$(shell [ -d '$(out)' ] || mkdir -p '$(out)')
$(header): $(sysdef) $(systbl)
$(Q)$(SHELL) '$(systbl)' $(sysdef) > $@