From 7604c1a9e9fdbf2d06f8591a9c31188b05537d5a Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Wed, 26 Oct 2016 15:24:23 -0700 Subject: [PATCH] consistently naming fuzzers --- targets/expat/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/expat/build.sh b/targets/expat/build.sh index 9984cd9cc..0f9273b02 100755 --- a/targets/expat/build.sh +++ b/targets/expat/build.sh @@ -6,7 +6,7 @@ cd /src/expat/expat make clean all $CXX $CXXFLAGS -std=c++11 -Ilib/ \ - /src/parse_fuzzer.cc -o /out/expat_parse_fuzzer \ + /src/parse_fuzzer.cc -o /out/parse_fuzzer \ -lfuzzer .libs/libexpat.a $FUZZER_LDFLAGS cp /src/*.dict /src/*.options /out/