aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-08-10 13:41:31 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-08-10 13:41:31 -0700
commita3c5535c64445ed77acbadde627851b6a417790a (patch)
tree8fe92b8152a9d3cedf1125aff8c11f0ae55af2a8 /Makefile
parent4ce458339a556fe4890e66a2672a3414ad4647ef (diff)
Remove use of verify-install target in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e75dc3c2ea..f5de4d129c 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