diff options
| author | van Hauser <vh@thc.org> | 2021-03-10 19:33:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-10 19:33:50 +0100 |
| commit | 3bb12b456f0d43bb5e2d9d8f570b7c837666fa09 (patch) | |
| tree | dc665456433f2076b36a5825345cad4464df769b /GNUmakefile | |
| parent | 2d92bb483ec3a3c0c30d568b432d15e971fc7015 (diff) | |
| parent | a10a627622fe9785301fcb033cd1eee69d3f3056 (diff) | |
| download | afl++-3bb12b456f0d43bb5e2d9d8f570b7c837666fa09.tar.gz | |
Merge pull request #800 from AFLplusplus/dev
push to stable
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 871ee10d..6c89bc6f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -24,7 +24,7 @@ BIN_PATH = $(PREFIX)/bin HELPER_PATH = $(PREFIX)/lib/afl DOC_PATH = $(PREFIX)/share/doc/afl MISC_PATH = $(PREFIX)/share/afl -MAN_PATH = $(PREFIX)/man/man8 +MAN_PATH = $(PREFIX)/share/man/man8 PROGNAME = afl VERSION = $(shell grep '^$(HASH)define VERSION ' ../config.h | cut -d '"' -f2) |
