Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Roeland <marco.roeland@xs4all.nl>2005-09-09 22:08:50 +0400
committerJunio C Hamano <junkio@cox.net>2005-09-09 22:20:54 +0400
commit03d98d395a2bb87ad19986a35a8fd0ad46627f7c (patch)
tree4c07c039cca6797be35bbd0c0ccbd8ffca527a73 /Makefile
parent96768e3108f76a20699b23f7a1218949144b2394 (diff)
[PATCH] remove duplicate git-send-email-script.perl target in Makefile
Remove duplicate git-send-email-perl target in Makefile. When WITH_SEND_EMAIL was defined, as in the Debian 'deb' target, git-send-email-perl was added twice to SCRIPT_PERL, leading to a duplicate definition in the Makefile. Creating a ".deb" then failed. Signed-off-by: Marco Roeland <marco.roeland@xs4all.nl> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0f01b5b420..c70c9db8f9 100644
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,7 @@ SCRIPT_SH = \
SCRIPT_PERL = \
git-archimport.perl git-cvsimport.perl git-relink.perl \
- git-rename.perl git-send-email.perl git-shortlog.perl
+ git-rename.perl git-shortlog.perl
# The ones that do not have to link with lcrypto nor lz.
SIMPLE_PROGRAMS = \