diff options
author | Ingo Molnar <mingo@kernel.org> | 2012-04-25 09:07:48 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2012-04-25 09:07:48 +0200 |
commit | b64909af1c1a441b31e8ffe812557a37103dd2d8 (patch) | |
tree | 051d706be721891e8bb34e25ad181db971e41534 /tools/perf/Makefile | |
parent | 6c7b8e82aab75a25581c4d446fc87f96634e9ef9 (diff) | |
parent | 33ff581eddf744ea91a50d46c2f0961b375a9595 (diff) | |
download | linux-b64909af1c1a441b31e8ffe812557a37103dd2d8.tar.gz linux-b64909af1c1a441b31e8ffe812557a37103dd2d8.tar.bz2 linux-b64909af1c1a441b31e8ffe812557a37103dd2d8.zip |
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r-- | tools/perf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile index 03059e75665a..9bf3fc759344 100644 --- a/tools/perf/Makefile +++ b/tools/perf/Makefile @@ -234,8 +234,8 @@ endif export PERL_PATH -FLEX = $(CROSS_COMPILE)flex -BISON= $(CROSS_COMPILE)bison +FLEX = flex +BISON= bison $(OUTPUT)util/parse-events-flex.c: util/parse-events.l $(QUIET_FLEX)$(FLEX) --header-file=$(OUTPUT)util/parse-events-flex.h -t util/parse-events.l > $(OUTPUT)util/parse-events-flex.c |