Skip to content

Commit a200e61

Browse files
authored
Merge pull request #3455 from Pinata-Consulting/make-issue-phony
make: add missing .PHONY for make issue_ targets
2 parents a037c3d + 8b0815f commit a200e61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flow/util/utils.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ define \n
133133

134134
endef
135135

136+
.PHONY: $(foreach script,$(ISSUE_SCRIPTS),$(script)_issue)
137+
136138
$(foreach script,$(ISSUE_SCRIPTS),$(script)_issue): %_issue : versions.txt
137139
$(UTILS_DIR)/makeIssue.sh $*
138140

0 commit comments

Comments
 (0)