diff options
author | hexcoder- <heiko@hexco.de> | 2020-04-02 22:14:39 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-04-02 22:14:39 +0200 |
commit | dc0369eb10a92edd62ca2f0a473920ec36dfea53 (patch) | |
tree | 5795bad6d33e494f0f884225438410b483e85787 | |
parent | 71f0bd003fed0867b1d5e8d3e75dd8a4721cd00a (diff) | |
download | afl++-dc0369eb10a92edd62ca2f0a473920ec36dfea53.tar.gz |
fix make install regarding MANPAGES target
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 1409b428..c03d635c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -183,8 +183,6 @@ endif all: test_x86 test_shm test_python ready $(PROGS) afl-as test_build all_done man: $(MANPAGES) - -$(MAKE) -C llvm_mode - -$(MAKE) -C gcc_plugin tests: source-only @cd test ; ./test.sh |