commit | d3d20b846891ebca4f4edf4f0ce6ba6fc73878a7 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Mon May 26 14:56:19 2008 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Mon May 26 14:56:19 2008 -0700 |
tree | eadb49b613a2775f804fc179d68aba267176a80d | |
parent | 37a12dda24f7ab250869db7eb00157f78d40c724 [diff] [blame] |
Makefile: fix dependency on wt-status.h Noticed by Hannes, reported by Dscho. Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/Makefile b/Makefile index f08d5f7..4e36487 100644 --- a/Makefile +++ b/Makefile
@@ -375,6 +375,7 @@ 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