diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2013-06-07 17:03:07 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-07 16:16:43 -0700 |
commit | 7ded0554010f520940704d8588821f1c0e8307ab (patch) | |
tree | ac34becf4ffdf2a9b955f696e196ff6dcfce3b60 /Makefile | |
parent | 6c473a56d26bf596d4314b7c2e4c2bfafbfe757e (diff) | |
download | git-7ded0554010f520940704d8588821f1c0e8307ab.tar.gz |
build: do not install git-remote-testgit
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |