From a31620fda3283cb91d9157b61d699ac4044ba40c Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 10 May 2024 15:02:06 +0200 Subject: [PATCH] make yosys-abc build before yosys --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f5bc40729..7e06deb13 100644 --- a/Makefile +++ b/Makefile @@ -495,7 +495,7 @@ LIBS += -lpthread endif else ifeq ($(ABCEXTERNAL),) -TARGETS += $(PROGRAM_PREFIX)yosys-abc$(EXE) +TARGETS := $(PROGRAM_PREFIX)yosys-abc$(EXE) $(TARGETS) endif endif endif