diff options
author | Jiri Olsa <jolsa@redhat.com> | 2012-10-30 23:01:42 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-10-31 15:55:11 -0200 |
commit | dc53eda5a025f3e7503219477a8aefb8842ed74b (patch) | |
tree | 449fbf4f43f50d6fe6bb7e26565dfa58198b6962 /tools/perf/Makefile | |
parent | ffadcf090d468e9c4938b718649f38dd10cfdb02 (diff) | |
download | talos-op-linux-dc53eda5a025f3e7503219477a8aefb8842ed74b.tar.gz talos-op-linux-dc53eda5a025f3e7503219477a8aefb8842ed74b.zip |
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/Makefile')
-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 $(OUTPUT)util/exec_cmd.o: util/exec_cmd.c $(OUTPUT)PERF-CFLAGS $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) \ '-DPERF_EXEC_PATH="$(perfexecdir_SQ)"' \ - '-DBINDIR="$(bindir_relative_SQ)"' \ '-DPREFIX="$(prefix_SQ)"' \ $< |