openbsd-ports/devel/afl/patches/patch-Makefile
2022-03-11 18:49:30 +00:00

21 lines
542 B
Plaintext

--- Makefile.orig Sat Aug 6 09:12:53 2016
+++ Makefile Sat Aug 6 14:07:48 2016
@@ -18,7 +18,7 @@ VERSION = $(shell grep '^\#define VERSION ' config
PREFIX ?= /usr/local
BIN_PATH = $(PREFIX)/bin
-HELPER_PATH = $(PREFIX)/lib/afl
+HELPER_PATH = $(PREFIX)/libexec/afl
DOC_PATH = $(PREFIX)/share/doc/afl
MISC_PATH = $(PREFIX)/share/afl
@@ -44,7 +44,7 @@ endif
COMM_HDR = alloc-inl.h config.h debug.h types.h
-all: test_x86 $(PROGS) afl-as test_build all_done
+all: test_x86 $(PROGS) afl-as
ifndef AFL_NO_X86