about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-12-28 16:29:30 +0100
committerhexcoder- <heiko@hexco.de>2020-12-28 16:29:30 +0100
commit3f871d1d8fe91efd9291fbb5cca9a0fefb83766b (patch)
treec672483cd66cbb5e3b5c60faf91ab51c287a083d
parent688f4ffb89ebf41a497070e8fcf2927510b66874 (diff)
downloadafl++-3f871d1d8fe91efd9291fbb5cca9a0fefb83766b.tar.gz
allow tests when utils/aflpp_driver fails to build (platform support)
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index db2ad572..58a49571 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -583,7 +583,7 @@ distrib: all
 	-$(MAKE) -f GNUmakefile.gcc_plugin
 	$(MAKE) -C utils/libdislocator
 	$(MAKE) -C utils/libtokencap
-	$(MAKE) -C utils/aflpp_driver
+	-$(MAKE) -C utils/aflpp_driver
 	$(MAKE) -C utils/afl_network_proxy
 	$(MAKE) -C utils/socket_fuzzing
 	$(MAKE) -C utils/argv_fuzzing
@@ -606,7 +606,7 @@ source-only: all
 	-$(MAKE) -f GNUmakefile.gcc_plugin
 	$(MAKE) -C utils/libdislocator
 	$(MAKE) -C utils/libtokencap
-	$(MAKE) -C utils/aflpp_driver
+	-$(MAKE) -C utils/aflpp_driver
 
 %.8:	%
 	@echo .TH $* 8 $(BUILD_DATE) "afl++" > $@