Skip to content

Commit 8b0815f

Browse files
committed
make: add missing .PHONY for make issue_ targets
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent a037c3d commit 8b0815f

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)