Skip to content

Commit 621e697

Browse files
committed
Avoid force on flist creation
1 parent f0ae7d6 commit 621e697

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ BENDER_LINT_TARGETS += -t lint_pms
283283

284284
FORCE:
285285

286-
$(SV_FLIST): FORCE $(ROOT_DIR)/Bender.yml $(ROOT_DIR)/Bender.lock
287-
mkdir lint
286+
$(SV_FLIST): $(ROOT_DIR)/Bender.yml $(ROOT_DIR)/Bender.lock
287+
mkdir -p lint
288288
$(BENDER) script flist-plus $(BENDER_LINT_TARGETS) $(BENDER_SYNTH_TARGETS) $(BENDER_BASE_TARGETS) -D SYNTHESIS > $@
289289

290290
$(SLANG_PARSE_LOG): FORCE $(SV_FLIST)

0 commit comments

Comments
 (0)