diff options
author | hexcoder- <heiko@hexco.de> | 2020-04-08 22:21:32 +0000 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-04-08 22:21:32 +0000 |
commit | 88a852ef0ff9d62049e2ca8bc0675493d868eaa7 (patch) | |
tree | 358b3cfc4bdc493f4d40d1293e7a867091ceaa59 /gcc_plugin | |
parent | cb52b1757d7efe811f344aade17259b8951c3ea2 (diff) | |
download | afl++-88a852ef0ff9d62049e2ca8bc0675493d868eaa7.tar.gz |
fix gcc_plugin Makefile (VPATH)
Diffstat (limited to 'gcc_plugin')
-rw-r--r-- | gcc_plugin/Makefile | 2 |
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 >> ../$@ |