Skip to content

Commit

Permalink
Merge pull request #506 from prometheus/beorn7/ci
Browse files Browse the repository at this point in the history
Propagate Makefile.common fix
  • Loading branch information
juliusv committed Nov 21, 2018
2 parents 8d9c21f + 19f3737 commit 32b1bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ precheck:: $(1)_precheck


PRECHECK_COMMAND_$(1) ?= $(1) $$(strip $$(PRECHECK_OPTIONS_$(1)))
.PHONE: $(1)_precheck
.PHONY: $(1)_precheck
$(1)_precheck:
@if ! $$(PRECHECK_COMMAND_$(1)) 1>/dev/null 2>&1; then \
echo "Execution of '$$(PRECHECK_COMMAND_$(1))' command failed. Is $(1) installed?"; \
Expand Down

0 comments on commit 32b1bb4

Please sign in to comment.