git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] remove duplicate git-send-email-script.perl target in Makefile
@ 2005-09-09 18:08 Marco Roeland
  2005-09-09 18:20 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Marco Roeland @ 2005-09-09 18:08 UTC (permalink / raw)
  To: git

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 = \

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] remove duplicate git-send-email-script.perl target in Makefile
  2005-09-09 18:08 [PATCH] remove duplicate git-send-email-script.perl target in Makefile Marco Roeland
@ 2005-09-09 18:20 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2005-09-09 18:20 UTC (permalink / raw)
  To: Marco Roeland; +Cc: git

Thanks for noticing.  Will apply.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-09-09 18:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-09 18:08 [PATCH] remove duplicate git-send-email-script.perl target in Makefile Marco Roeland
2005-09-09 18:20 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).