From: Nguyễn Thái Ngọc Duy Date: Mon, 20 Apr 2009 00:17:25 +0000 (+1000) Subject: Makefile: remove {fetch,send}-pack from PROGRAMS as they are builtins X-Git-Tag: v1.6.2.4~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/318b84703135951b69b6d9e58b6fda0790405424?hp=--cc Makefile: remove {fetch,send}-pack from PROGRAMS as they are builtins Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- 318b84703135951b69b6d9e58b6fda0790405424 diff --git a/Makefile b/Makefile index 0675c43e73..a23e270139 100644 --- a/Makefile +++ b/Makefile @@ -296,7 +296,6 @@ EXTRA_PROGRAMS = # ... and all the rest that could be moved out of bindir to gitexecdir PROGRAMS += $(EXTRA_PROGRAMS) PROGRAMS += git-fast-import$X -PROGRAMS += git-fetch-pack$X PROGRAMS += git-hash-object$X PROGRAMS += git-index-pack$X PROGRAMS += git-merge-index$X @@ -305,7 +304,6 @@ PROGRAMS += git-mktag$X PROGRAMS += git-mktree$X PROGRAMS += git-pack-redundant$X PROGRAMS += git-patch-id$X -PROGRAMS += git-send-pack$X PROGRAMS += git-shell$X PROGRAMS += git-show-index$X PROGRAMS += git-unpack-file$X