Skip to content

Commit 318b847

Browse files
pcloudsgitster
authored andcommitted
Makefile: remove {fetch,send}-pack from PROGRAMS as they are builtins
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4f26c39 commit 318b847

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ EXTRA_PROGRAMS =
296296
# ... and all the rest that could be moved out of bindir to gitexecdir
297297
PROGRAMS += $(EXTRA_PROGRAMS)
298298
PROGRAMS += git-fast-import$X
299-
PROGRAMS += git-fetch-pack$X
300299
PROGRAMS += git-hash-object$X
301300
PROGRAMS += git-index-pack$X
302301
PROGRAMS += git-merge-index$X
@@ -305,7 +304,6 @@ PROGRAMS += git-mktag$X
305304
PROGRAMS += git-mktree$X
306305
PROGRAMS += git-pack-redundant$X
307306
PROGRAMS += git-patch-id$X
308-
PROGRAMS += git-send-pack$X
309307
PROGRAMS += git-shell$X
310308
PROGRAMS += git-show-index$X
311309
PROGRAMS += git-unpack-file$X

0 commit comments

Comments
 (0)