Skip to content

Commit 0805437

Browse files
committed
fix make man
1 parent 4398b9b commit 0805437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ endif
280280

281281
all: test_x86 test_shm test_python ready $(PROGS) afl-as test_build all_done
282282

283-
man: $(MANPAGES)
283+
man: afl-gcc all $(MANPAGES)
284284

285285
tests: source-only
286286
@cd test ; ./test-all.sh

0 commit comments

Comments
 (0)