From 7ded0554010f520940704d8588821f1c0e8307ab Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Fri, 7 Jun 2013 17:03:07 -0500 Subject: [PATCH] build: do not install git-remote-testgit Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6414703cd0..8be7c06557 100644 --- a/Makefile +++ b/Makefile @@ -488,6 +488,7 @@ SCRIPT_PERL += git-svn.perl SCRIPT_PYTHON += git-remote-testpy.py SCRIPT_PYTHON += git-p4.py +NO_INSTALL += git-remote-testgit NO_INSTALL += git-remote-testpy # Generated files for scripts -- 2.47.1