about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-31 17:10:13 +0200
committervan Hauser <vh@thc.org>2020-08-31 17:10:13 +0200
commit0805437222a360239e9e05bf4cfde033eefa550f (patch)
tree0c7bee7fd578090bcd39deea9f6d19489f78b7b3
parent4398b9b517df46c9066d6554244c45c836d3e1cd (diff)
downloadafl++-0805437222a360239e9e05bf4cfde033eefa550f.tar.gz
fix make man
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index fb60f301..ba3a95a3 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -280,7 +280,7 @@ endif
 
 all:	test_x86 test_shm test_python ready $(PROGS) afl-as test_build all_done
 
-man:    $(MANPAGES)
+man:    afl-gcc all $(MANPAGES)
 
 tests:	source-only
 	@cd test ; ./test-all.sh