diff options
author | 2008-05-26 14:56:19 -0700 | |
---|---|---|
committer | 2008-05-26 14:56:19 -0700 | |
commit | d3d20b846891ebca4f4edf4f0ce6ba6fc73878a7 (patch) | |
tree | eadb49b613a2775f804fc179d68aba267176a80d | |
parent | hg-to-git: add --verbose option (diff) | |
download | tgif-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>
-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 |