Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
RCoeurjoly committed Feb 28, 2024
1 parent 432f187 commit 945af49
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 @@ -776,7 +776,7 @@ $(PROGRAM_PREFIX)yosys-config: misc/yosys-config.in

ABC_SOURCES := $(wildcard $(YOSYS_SRC)/abc/*)

$(CURDIR)/abc/abc$(EXE) $(CURDIR)/abc/libabc.a: $(ABC_SOURCES)
$(YOSYS_SRC)/abc/abc$(EXE) $(YOSYS_SRC)/abc/libabc.a: $(ABC_SOURCES)
$(P)
$(Q) $(MAKE) -C $(YOSYS_SRC)/abc $(S) $(ABCMKARGS) $(if $(filter %.a,$@),PROG="abc",PROG="abc$(EXE)") MSG_PREFIX="$(eval P_OFFSET = 5)$(call P_SHOW)$(eval P_OFFSET = 10) ABC: " $(if $(filter %.a,$@),libabc.a)

Expand Down

0 comments on commit 945af49

Please sign in to comment.