We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d9c21f + 19f3737 commit 32b1bb4Copy full SHA for 32b1bb4
Makefile.common
@@ -214,7 +214,7 @@ precheck:: $(1)_precheck
214
215
216
PRECHECK_COMMAND_$(1) ?= $(1) $$(strip $$(PRECHECK_OPTIONS_$(1)))
217
-.PHONE: $(1)_precheck
+.PHONY: $(1)_precheck
218
$(1)_precheck:
219
@if ! $$(PRECHECK_COMMAND_$(1)) 1>/dev/null 2>&1; then \
220
echo "Execution of '$$(PRECHECK_COMMAND_$(1))' command failed. Is $(1) installed?"; \
0 commit comments