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 <[EMAIL PROTECTED]> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 922fb98e1c1cfed0c5075256f328fd8d01587c61 diff --git a/Makefile b/Makefile --- 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 = \ - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html