summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7aaf83d)
raw | patch | inline | side by side (parent: 7aaf83d)
author | Junio C Hamano <junkio@cox.net> | |
Tue, 2 May 2006 06:40:37 +0000 (23:40 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 2 May 2006 06:40:37 +0000 (23:40 -0700) |
Remove the shell script version, and hardlink the git binary to it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 99199923928f50b7b32beea673d01b448d6b3028..9cb40a8163ae71a8f9735adf9f8bdc30489a3cee 100644 (file)
--- a/Makefile
+++ b/Makefile
git-count-objects.sh git-diff.sh git-fetch.sh \
git-format-patch.sh git-ls-remote.sh \
git-merge-one-file.sh git-parse-remote.sh \
- git-prune.sh git-pull.sh git-push.sh git-rebase.sh \
+ git-prune.sh git-pull.sh git-rebase.sh \
git-repack.sh git-request-pull.sh git-reset.sh \
git-resolve.sh git-revert.sh git-rm.sh git-sh-setup.sh \
git-tag.sh git-verify-tag.sh git-whatchanged.sh \
git-name-rev$X git-pack-redundant$X git-repo-config$X git-var$X \
git-describe$X git-merge-tree$X git-blame$X git-imap-send$X
-BUILT_INS = git-log$X
+BUILT_INS = git-log$X \
+ git-push$X
# what 'all' will build and 'install' will install, in gitexecdir
ALL_PROGRAMS = $(PROGRAMS) $(SIMPLE_PROGRAMS) $(SCRIPTS)