Skip to content

Commit 59d1024

Browse files
pcloudsJunio C Hamano
authored andcommitted
Makefile: Remove git-fsck and git-verify-pack from PROGRAMS
Those are builtins. Remove them from PROGRAMS variable Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d1c7c27 commit 59d1024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ endif
235235

236236
# ... and all the rest that could be moved out of bindir to gitexecdir
237237
PROGRAMS = \
238-
git-convert-objects$X git-fetch-pack$X git-fsck$X \
238+
git-convert-objects$X git-fetch-pack$X \
239239
git-hash-object$X git-index-pack$X git-local-fetch$X \
240240
git-fast-import$X \
241241
git-merge-base$X \
@@ -246,7 +246,7 @@ PROGRAMS = \
246246
git-show-index$X git-ssh-fetch$X \
247247
git-ssh-upload$X git-unpack-file$X \
248248
git-update-server-info$X \
249-
git-upload-pack$X git-verify-pack$X \
249+
git-upload-pack$X \
250250
git-pack-redundant$X git-var$X \
251251
git-merge-tree$X git-imap-send$X \
252252
git-merge-recursive$X \

0 commit comments

Comments
 (0)