diff options
Diffstat (limited to 'tools')
-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 be3eb1dc9a5a..94f73abdc56a 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -326,7 +326,7 @@ grep-libs = $(filter -l%,$(1)) | |||
326 | strip-libs = $(filter-out -l%,$(1)) | 326 | strip-libs = $(filter-out -l%,$(1)) |
327 | 327 | ||
328 | $(OUTPUT)python/perf.so: $(PYRF_OBJS) | 328 | $(OUTPUT)python/perf.so: $(PYRF_OBJS) |
329 | @python util/setup.py --quiet build_ext --build-lib='$(OUTPUT)python' \ | 329 | $(QUIET_GEN)python util/setup.py --quiet build_ext --build-lib='$(OUTPUT)python' \ |
330 | --build-temp='$(OUTPUT)python/temp' | 330 | --build-temp='$(OUTPUT)python/temp' |
331 | # | 331 | # |
332 | # No Perl scripts right now: | 332 | # No Perl scripts right now: |