Skip to content

Commit

Permalink
make yosys-abc build before yosys
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed May 10, 2024
1 parent d73771b commit a31620f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a31620f

Please sign in to comment.