summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-04-24 00:33:28 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-04-24 00:33:28 -0700
commit5b5e4d64874823b0041a542c6fca415023174eb3 (patch)
tree7691e47c408005ca06682f19ff0559264fae1517 /Makefile
parentMerge branch 'ar/chmod-series' into next (diff)
parentUse cache-tree in update-index. (diff)
downloadtgif-5b5e4d64874823b0041a542c6fca415023174eb3.tar.xz
Merge part of 'jc/cache-tree'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c1778560ee..589dbe1d8b 100644
--- a/Makefile
+++ b/Makefile
@@ -204,7 +204,7 @@ DIFF_OBJS = \
diffcore-delta.o log-tree.o
LIB_OBJS = \
- blob.o commit.o connect.o csum-file.o \
+ blob.o commit.o connect.o csum-file.o cache-tree.o \
date.o diff-delta.o entry.o exec_cmd.o ident.o index.o \
object.o pack-check.o patch-delta.o path.o pkt-line.o \
quote.o read-cache.o refs.o run-command.o \