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