diff --git a/Makefile b/Makefile
index e75dc3c2ea3694b6732811d7f87925ad28febb20..f5de4d129ca6540d8c80b34a9669b4d0c163f269 100644
--- a/Makefile
+++ b/Makefile
@@ -2095,7 +2095,7 @@ $(OBJDIR)/$(CONFIG)/%.o : %.cc
 	$(Q) mkdir -p `dirname $@`
 	$(Q) $(CXX) $(CPPFLAGS) $(CXXFLAGS) -MMD -MF $(addsuffix .dep, $(basename $@)) -c -o $@ $<
 
-install: install_c install_cxx install-plugins install-certs verify-install
+install: install_c install_cxx install-plugins install-certs
 
 install_c: install-headers_c install-static_c install-shared_c
 
diff --git a/templates/Makefile.template b/templates/Makefile.template
index bfa99d66d289546939f5ca2a3a3f57e89f1101bf..6f768af31e0074380280ef1c34cf22e8bab3c802 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -1154,7 +1154,7 @@
   	$(Q) mkdir -p `dirname $@`
   	$(Q) $(CXX) $(CPPFLAGS) $(CXXFLAGS) -MMD -MF $(addsuffix .dep, $(basename $@)) -c -o $@ $<
 
-  install: install_c install_cxx install-plugins install-certs verify-install
+  install: install_c install_cxx install-plugins install-certs
 
   install_c: install-headers_c install-static_c install-shared_c