Skip to content

Commit 19f3737

Browse files
author
beorn7
committed
Propagate Makefile.common fix
Signed-off-by: beorn7 <[email protected]>
1 parent 8d9c21f commit 19f3737

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)