Skip to content

Commit 2a3763e

Browse files
dschoJunio C Hamano
authored andcommitted
avoid makefile override warning
Signed-off-by: Johannes E. Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 39c015c commit 2a3763e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ SCRIPTS = $(patsubst %.sh,%,$(SCRIPT_SH)) \
136136

137137
# The ones that do not have to link with lcrypto nor lz.
138138
SIMPLE_PROGRAMS = \
139-
git-get-tar-commit-id$X git-mailinfo$X git-mailsplit$X \
139+
git-get-tar-commit-id$X git-mailsplit$X \
140140
git-stripspace$X git-daemon$X
141141

142142
# ... and all the rest that could be moved out of bindir to gitexecdir
@@ -146,8 +146,8 @@ PROGRAMS = \
146146
git-convert-objects$X git-diff-files$X \
147147
git-diff-index$X git-diff-stages$X \
148148
git-diff-tree$X git-fetch-pack$X git-fsck-objects$X \
149-
git-hash-object$X git-index-pack$X git-init-db$X \
150-
git-local-fetch$X git-ls-files$X git-ls-tree$X git-merge-base$X \
149+
git-hash-object$X git-index-pack$X git-init-db$X git-local-fetch$X \
150+
git-ls-files$X git-ls-tree$X git-mailinfo$X git-merge-base$X \
151151
git-merge-index$X git-mktag$X git-pack-objects$X git-patch-id$X \
152152
git-peek-remote$X git-prune-packed$X git-read-tree$X \
153153
git-receive-pack$X git-rev-list$X git-rev-parse$X \

0 commit comments

Comments
 (0)