Skip to content

Commit 01fcee1

Browse files
committed
fixed make install on mac os
1 parent 0805437 commit 01fcee1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

GNUmakefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ VERSION = $(shell grep '^$(HASH)define VERSION ' ../config.h | cut -d '"' -f
3434
PROGS = afl-gcc afl-fuzz afl-showmap afl-tmin afl-gotcpu afl-analyze
3535
SH_PROGS = afl-plot afl-cmin afl-cmin.bash afl-whatsup afl-system-config
3636
MANPAGES=$(foreach p, $(PROGS) $(SH_PROGS), $(p).8) afl-as.8 afl-g++.8
37-
ASAN_OPTIONS=detect_leaks=0
3837

3938
ifeq "$(findstring android, $(shell $(CC) --version 2>/dev/null))" ""
4039
ifeq "$(shell echo 'int main() {return 0; }' | $(CC) $(CFLAGS) -Werror -x c - -flto=full -o .test 2>/dev/null && echo 1 || echo 0 ; rm -f .test )" "1"
@@ -282,6 +281,9 @@ all: test_x86 test_shm test_python ready $(PROGS) afl-as test_build all_done
282281

283282
man: afl-gcc all $(MANPAGES)
284283

284+
# dummy to get `make man` to compile on mac os
285+
afl-g++.8:
286+
285287
tests: source-only
286288
@cd test ; ./test-all.sh
287289
@rm -f test/errors

unicorn_mode/unicornafl

Submodule unicornafl updated 379 files

0 commit comments

Comments
 (0)