aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-02-24 20:17:45 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-02-24 20:17:45 +0100
commit2c23a725c0822850765268de887f731ae9bac354 (patch)
tree4d1d91cffd83c30630d6ea7d5476892a7b9d43a1 /Makefile
parenteeef8cd52b34282c89d1eadf7daff7bf401ac9b0 (diff)
Fixing typo in Makefile.
Closes #742.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 278824a59a..ddae1ce97b 100644
--- a/Makefile
+++ b/Makefile
@@ -2081,7 +2081,7 @@ install-certs: etc/roots.pem
$(Q) $(INSTALL) etc/roots.pem $(prefix)/share/grpc/roots.pem
verify-install:
-ifeq ($(SYSTEM_OK),true)
+ifeq ($(INSTALL_OK),true)
@echo "Your system looks ready to go."
@echo
else