make yosys-abc build before yosys

This commit is contained in:
Miodrag Milanovic 2024-05-10 15:02:06 +02:00
parent d73771b0d9
commit a31620fda3
1 changed files with 1 additions and 1 deletions

View File

@ -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