openbsd-ports/devel/afl/patches/patch-Makefile
2016-08-08 09:06:46 +00:00

22 lines
604 B
Plaintext

$OpenBSD: patch-Makefile,v 1.23 2016/08/08 09:06:46 jsg Exp $
--- 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