aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2006-10-22 13:23:31 +0200
committerJunio C Hamano <junkio@cox.net>2006-11-19 22:59:05 -0800
commitb8ec59234ba2c1833e29eece9ed87f7a471cbae2 (patch)
tree809cb3ba19c6dd1422275a52fe8a468de1d05372 /Makefile
parentef06b91804ff5a626e265c6d9080bbc0e7924e88 (diff)
downloadgit-b8ec59234ba2c1833e29eece9ed87f7a471cbae2.tar.gz
git-b8ec59234ba2c1833e29eece9ed87f7a471cbae2.tar.xz
Build in shortlog
[jc: with minimum squelching of compiler warning under "-pedantic" compilation options.] Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36ce8cd60..6fd28b0cd 100644
--- a/Makefile
+++ b/Makefile
@@ -174,7 +174,7 @@ SCRIPT_SH = \
SCRIPT_PERL = \
git-archimport.perl git-cvsimport.perl git-relink.perl \
- git-shortlog.perl git-rerere.perl \
+ git-rerere.perl \
git-cvsserver.perl \
git-svnimport.perl git-cvsexportcommit.perl \
git-send-email.perl git-svn.perl
@@ -300,6 +300,7 @@ BUILTIN_OBJS = \
builtin-rev-parse.o \
builtin-rm.o \
builtin-runstatus.o \
+ builtin-shortlog.o \
builtin-show-branch.o \
builtin-stripspace.o \
builtin-symbolic-ref.o \