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> --- 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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Sat Sep 10 04:10:24 2005
This archive was generated by hypermail 2.1.8 : 2005-09-10 04:10:26 EST