about summary refs log tree commit diff
path: root/gcc_plugin
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-25 12:51:14 +0200
committervan Hauser <vh@thc.org>2020-04-25 12:51:14 +0200
commit232290108e2792034836193fa768562ef4476959 (patch)
tree5facf014be1ccf359a6f1a26abd057d25dc1898e /gcc_plugin
parent5c017d7071c458193101ee864e055e68a13ed03d (diff)
downloadafl++-232290108e2792034836193fa768562ef4476959.tar.gz
only build afl-gcc-fast if afl-gcc-pass could be build
Diffstat (limited to 'gcc_plugin')
-rw-r--r--gcc_plugin/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc_plugin/Makefile b/gcc_plugin/Makefile
index 3da2e4f6..e81924e0 100644
--- a/gcc_plugin/Makefile
+++ b/gcc_plugin/Makefile
@@ -68,8 +68,7 @@ LDFLAGS_ADD=$(_LDFLAGS_ADD:0=-lrt)
 CFLAGS += $(CFLAGS_ADD)
 LDFLAGS += $(LDFLAGS_ADD)
 
-PROGS        = ../afl-gcc-fast ../afl-gcc-pass.so ../afl-gcc-rt.o
-
+PROGS        = ../afl-gcc-pass.so ../afl-gcc-fast ../afl-gcc-rt.o
 
 all: test_shm test_deps $(PROGS) afl-gcc-fast.8 test_build all_done