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
committervan Hauser <vh@thc.org>2020-04-09 10:23:37 +0200
commitb5e4d1a49106fa51995f220a5fa45455c06a8f25 (patch)
tree358b3cfc4bdc493f4d40d1293e7a867091ceaa59 /gcc_plugin
parent20cb846c9554aa9318196007a569fa2501171781 (diff)
downloadafl++-b5e4d1a49106fa51995f220a5fa45455c06a8f25.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 >> ../$@