From 687dd9cb6759a0549a04c93d2f073d8cbfba397e Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Sat, 20 Mar 2021 13:15:56 +0100 Subject: add missing links for afl-clang-fast*.8 man pages --- GNUmakefile.llvm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'GNUmakefile.llvm') diff --git a/GNUmakefile.llvm b/GNUmakefile.llvm index cc332f6c..111a847d 100644 --- a/GNUmakefile.llvm +++ b/GNUmakefile.llvm @@ -507,6 +507,8 @@ install: all @echo .SH LICENSE >> ./$@ @echo Apache License Version 2.0, January 2004 >> ./$@ @ln -sf afl-cc.8 ./afl-c++.8 + @ln -sf afl-cc.8 ./afl-clang-fast.8 + @ln -sf afl-cc.8 ./afl-clang-fast++.8 ifneq "$(AFL_CLANG_FLTO)" "" ifeq "$(LLVM_LTO)" "1" @ln -sf afl-cc.8 ./afl-clang-lto.8 -- cgit 1.4.1