Skip to content

Commit 32b1bb4

Browse files
authored
Merge pull request #506 from prometheus/beorn7/ci
Propagate Makefile.common fix
2 parents 8d9c21f + 19f3737 commit 32b1bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ precheck:: $(1)_precheck
214214

215215

216216
PRECHECK_COMMAND_$(1) ?= $(1) $$(strip $$(PRECHECK_OPTIONS_$(1)))
217-
.PHONE: $(1)_precheck
217+
.PHONY: $(1)_precheck
218218
$(1)_precheck:
219219
@if ! $$(PRECHECK_COMMAND_$(1)) 1>/dev/null 2>&1; then \
220220
echo "Execution of '$$(PRECHECK_COMMAND_$(1))' command failed. Is $(1) installed?"; \

0 commit comments

Comments
 (0)