Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: third_party/afl/src/llvm_mode/Makefile

Issue 2238013002: Roll src/third_party/afl/src/ 2.14b..2.30b (16 versions). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Note in "Local Modifications" that we have removed dictionaries/. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/afl/src/libtokencap/libtokencap.so.c ('k') | third_party/afl/src/llvm_mode/README.llvm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/afl/src/llvm_mode/Makefile
diff --git a/third_party/afl/src/llvm_mode/Makefile b/third_party/afl/src/llvm_mode/Makefile
index 46b3678485df35dc445d4c797ce46c0a22570b6d..5d4da94d3aaeb1e4eb3f1a8e6bfb8636fb587e6f 100644
--- a/third_party/afl/src/llvm_mode/Makefile
+++ b/third_party/afl/src/llvm_mode/Makefile
@@ -20,7 +20,7 @@ PREFIX ?= /usr/local
HELPER_PATH = $(PREFIX)/lib/afl
BIN_PATH = $(PREFIX)/bin
-VERSION = $(shell grep ^VERSION ../Makefile | cut -d= -f2 | sed 's/ //')
+VERSION = $(shell grep '^\#define VERSION ' ../config.h | cut -d '"' -f2)
LLVM_CONFIG ?= llvm-config
« no previous file with comments | « third_party/afl/src/libtokencap/libtokencap.so.c ('k') | third_party/afl/src/llvm_mode/README.llvm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698