Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: Add cache-tree.h to the headers list
author
Dmitry V. Levin
<ldv@altlinux.org>
Wed, 5 Sep 2007 23:22:51 +0000
(
03:22
+0400)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 6 Sep 2007 06:08:22 +0000
(23:08 -0700)
The dependency was missing.
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
ea09ea2
)
diff --git
a/Makefile
b/Makefile
index 51af531c9a0c23dcd577bc73ccd14940ed20ae57..dace2112f903f6e5be8220deb3b1502496876bb1 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-281,7
+281,7
@@
LIB_FILE=libgit.a
XDIFF_LIB=xdiff/lib.a
LIB_H = \
- archive.h blob.h cache.h commit.h csum-file.h delta.h grep.h \
+ archive.h blob.h cache.h c
ache-tree.h c
ommit.h csum-file.h delta.h grep.h \
diff.h object.h pack.h pkt-line.h quote.h refs.h list-objects.h sideband.h \
run-command.h strbuf.h tag.h tree.h git-compat-util.h revision.h \
tree-walk.h log-tree.h dir.h path-list.h unpack-trees.h builtin.h \