From 0805437222a360239e9e05bf4cfde033eefa550f Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 31 Aug 2020 17:10:13 +0200 Subject: [PATCH] fix make man --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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