about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2021-03-20 13:15:56 +0100
committerhexcoder- <heiko@hexco.de>2021-03-20 13:15:56 +0100
commit687dd9cb6759a0549a04c93d2f073d8cbfba397e (patch)
treecdc32fd4c1480430a1131bc6736620070733d615
parentede03a96edea95f8b0894e7672a18b2b4a3feccb (diff)
downloadafl++-687dd9cb6759a0549a04c93d2f073d8cbfba397e.tar.gz
add missing links for afl-clang-fast*.8 man pages
-rw-r--r--GNUmakefile.llvm2
1 files changed, 2 insertions, 0 deletions
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