about summary refs log tree commit diff
path: root/GNUmakefile.gcc_plugin
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-10-12 04:48:02 +0200
committervan Hauser <vh@thc.org>2020-10-12 04:48:02 +0200
commit15099f7f5a129dd3679df646ed2b50a3196188f1 (patch)
treea96fabb9ae07a570b0a62ca0277c8cccbecd5d7a /GNUmakefile.gcc_plugin
parentaef0cd5877e0e4d3450610d48c4f6188a114d2b3 (diff)
downloadafl++-15099f7f5a129dd3679df646ed2b50a3196188f1.tar.gz
fix afl-cc.8 generation
Diffstat (limited to 'GNUmakefile.gcc_plugin')
-rw-r--r--GNUmakefile.gcc_plugin1
1 files changed, 0 insertions, 1 deletions
diff --git a/GNUmakefile.gcc_plugin b/GNUmakefile.gcc_plugin
index e3108511..d139387a 100644
--- a/GNUmakefile.gcc_plugin
+++ b/GNUmakefile.gcc_plugin
@@ -146,7 +146,6 @@ all_done: test_build
 
 .NOTPARALLEL: clean
 
-vpath  % ..
 %.8: %
 	@echo .TH $* 8 `date "+%Y-%m-%d"` "afl++" > ./$@
 	@echo .SH NAME >> ./$@