diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-05-26 14:56:19 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-26 14:56:19 -0700 |
commit | d3d20b846891ebca4f4edf4f0ce6ba6fc73878a7 (patch) | |
tree | eadb49b613a2775f804fc179d68aba267176a80d /Makefile | |
parent | 37a12dda24f7ab250869db7eb00157f78d40c724 (diff) | |
download | git-d3d20b846891ebca4f4edf4f0ce6ba6fc73878a7.tar.gz git-d3d20b846891ebca4f4edf4f0ce6ba6fc73878a7.tar.xz |
Makefile: fix dependency on wt-status.h
Noticed by Hannes, reported by Dscho.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -375,6 +375,7 @@ LIB_H += tree.h LIB_H += tree-walk.h LIB_H += unpack-trees.h LIB_H += utf8.h +LIB_H += wt-status.h LIB_OBJS += alias.o LIB_OBJS += alloc.o |