about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-04-02 22:14:39 +0200
committerhexcoder- <heiko@hexco.de>2020-04-02 22:14:39 +0200
commitdc0369eb10a92edd62ca2f0a473920ec36dfea53 (patch)
tree5795bad6d33e494f0f884225438410b483e85787
parent71f0bd003fed0867b1d5e8d3e75dd8a4721cd00a (diff)
downloadafl++-dc0369eb10a92edd62ca2f0a473920ec36dfea53.tar.gz
fix make install regarding MANPAGES target
-rw-r--r--GNUmakefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 1409b428..c03d635c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -183,8 +183,6 @@ endif
 all:	test_x86 test_shm test_python ready $(PROGS) afl-as test_build all_done
 
 man:    $(MANPAGES)
-	-$(MAKE) -C llvm_mode
-	-$(MAKE) -C gcc_plugin
 
 tests:	source-only
 	@cd test ; ./test.sh