From: Ruben Undheim Date: Sat, 14 May 2016 15:44:12 +0200 Subject: Don't build abc when building yosys. It is built as a separate source package. Forwarded: doesn't make sense upstream --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c92c808..f357258 100644 --- a/Makefile +++ b/Makefile @@ -350,7 +350,7 @@ LDLIBS += -lpthread endif else ifeq ($(ABCEXTERNAL),) -TARGETS += yosys-abc$(EXE) +#TARGETS += yosys-abc$(EXE) endif endif endif