about summary refs log tree commit diff
path: root/gcc_plugin
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-04-08 22:21:32 +0000
committerhexcoder- <heiko@hexco.de>2020-04-08 22:21:32 +0000
commit88a852ef0ff9d62049e2ca8bc0675493d868eaa7 (patch)
tree358b3cfc4bdc493f4d40d1293e7a867091ceaa59 /gcc_plugin
parentcb52b1757d7efe811f344aade17259b8951c3ea2 (diff)
downloadafl++-88a852ef0ff9d62049e2ca8bc0675493d868eaa7.tar.gz
fix gcc_plugin Makefile (VPATH)
Diffstat (limited to 'gcc_plugin')
-rw-r--r--gcc_plugin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc_plugin/Makefile b/gcc_plugin/Makefile
index 3b507c6b..3da2e4f6 100644
--- a/gcc_plugin/Makefile
+++ b/gcc_plugin/Makefile
@@ -127,7 +127,7 @@ all_done: test_build
 
 .NOTPARALLEL: clean
 
-vpath  % ..
+VPATH = ..
 %.8: %
 	@echo .TH $* 8 `date "+%Y-%m-%d"` "afl++" > ../$@
 	@echo .SH NAME >> ../$@