diff options
author | hexcoder- <heiko@hexco.de> | 2020-04-02 22:14:39 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-09 10:23:37 +0200 |
commit | 9e1482ad04d72559875a8eb16f2993a484e8867e (patch) | |
tree | 5795bad6d33e494f0f884225438410b483e85787 | |
parent | fef08192ad5c4a291be358c1e89d3e0bbe45c94a (diff) | |
download | afl++-9e1482ad04d72559875a8eb16f2993a484e8867e.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 |