diff options
author | Jiri Olsa <jolsa@redhat.com> | 2012-10-30 18:01:42 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-10-31 13:55:11 -0400 |
commit | dc53eda5a025f3e7503219477a8aefb8842ed74b (patch) | |
tree | 449fbf4f43f50d6fe6bb7e26565dfa58198b6962 /tools/perf | |
parent | ffadcf090d468e9c4938b718649f38dd10cfdb02 (diff) |
perf tools: Remove BINDIR define from exec_cmd.o compilation
It's not needed.
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1351634526-1516-2-git-send-email-jolsa@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index b1801e0693c9..3e807d7ab8e7 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile | |||
@@ -893,7 +893,6 @@ $(OUTPUT)%.s: %.S | |||
893 | $(OUTPUT)util/exec_cmd.o: util/exec_cmd.c $(OUTPUT)PERF-CFLAGS | 893 | $(OUTPUT)util/exec_cmd.o: util/exec_cmd.c $(OUTPUT)PERF-CFLAGS |
894 | $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) \ | 894 | $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) \ |
895 | '-DPERF_EXEC_PATH="$(perfexecdir_SQ)"' \ | 895 | '-DPERF_EXEC_PATH="$(perfexecdir_SQ)"' \ |
896 | '-DBINDIR="$(bindir_relative_SQ)"' \ | ||
897 | '-DPREFIX="$(prefix_SQ)"' \ | 896 | '-DPREFIX="$(prefix_SQ)"' \ |
898 | $< | 897 | $< |
899 | 898 | ||