From 9e1482ad04d72559875a8eb16f2993a484e8867e Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Thu, 2 Apr 2020 22:14:39 +0200 Subject: fix make install regarding MANPAGES target --- GNUmakefile | 2 -- 1 file changed, 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 -- cgit 1.4.1