diff options
author | hexcoder- <heiko@hexco.de> | 2020-04-08 22:21:32 +0000 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-09 10:23:37 +0200 |
commit | b5e4d1a49106fa51995f220a5fa45455c06a8f25 (patch) | |
tree | 358b3cfc4bdc493f4d40d1293e7a867091ceaa59 /gcc_plugin | |
parent | 20cb846c9554aa9318196007a569fa2501171781 (diff) | |
download | afl++-b5e4d1a49106fa51995f220a5fa45455c06a8f25.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 >> ../$@ |