summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 96768e3)
raw | patch | inline | side by side (parent: 96768e3)
author | Marco Roeland <marco.roeland@xs4all.nl> | |
Fri, 9 Sep 2005 18:08:50 +0000 (20:08 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 9 Sep 2005 18:20:54 +0000 (11:20 -0700) |
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>
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>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 0f01b5b420efec6f3cd5ab7b868bdda9c2c55272..c70c9db8f9f74e483e63edd0ea99b186f57692f6 100644 (file)
--- a/Makefile
+++ b/Makefile
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 = \