Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
avoid makefile override warning
author
Johannes Schindelin
<Johannes.Schindelin@gmx.de>
Sun, 19 Feb 2006 20:16:08 +0000
(21:16 +0100)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 20 Feb 2006 00:55:38 +0000
(16:55 -0800)
Signed-off-by: Johannes E. Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
39c015c
)
diff --git
a/Makefile
b/Makefile
index b43d66fb4d61289ef2e1ea1800f0c5a12c83111d..080651e0d9d7b928f82291b6c44d3bb4e18659ef 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-136,7
+136,7
@@
SCRIPTS = $(patsubst %.sh,%,$(SCRIPT_SH)) \
# The ones that do not have to link with lcrypto nor lz.
SIMPLE_PROGRAMS = \
# The ones that do not have to link with lcrypto nor lz.
SIMPLE_PROGRAMS = \
- git-get-tar-commit-id$X git-mail
info$X git-mail
split$X \
+ git-get-tar-commit-id$X git-mailsplit$X \
git-stripspace$X git-daemon$X
# ... and all the rest that could be moved out of bindir to gitexecdir
git-stripspace$X git-daemon$X
# ... and all the rest that could be moved out of bindir to gitexecdir
@@
-146,8
+146,8
@@
PROGRAMS = \
git-convert-objects$X git-diff-files$X \
git-diff-index$X git-diff-stages$X \
git-diff-tree$X git-fetch-pack$X git-fsck-objects$X \
git-convert-objects$X git-diff-files$X \
git-diff-index$X git-diff-stages$X \
git-diff-tree$X git-fetch-pack$X git-fsck-objects$X \
- git-hash-object$X git-index-pack$X git-init-db$X \
- git-l
ocal-fetch$X git-ls-files$X git-ls-tree
$X git-merge-base$X \
+ git-hash-object$X git-index-pack$X git-init-db$X
git-local-fetch$X
\
+ git-l
s-files$X git-ls-tree$X git-mailinfo
$X git-merge-base$X \
git-merge-index$X git-mktag$X git-pack-objects$X git-patch-id$X \
git-peek-remote$X git-prune-packed$X git-read-tree$X \
git-receive-pack$X git-rev-list$X git-rev-parse$X \
git-merge-index$X git-mktag$X git-pack-objects$X git-patch-id$X \
git-peek-remote$X git-prune-packed$X git-read-tree$X \
git-receive-pack$X git-rev-list$X git-rev-parse$X \