From d3d20b846891ebca4f4edf4f0ce6ba6fc73878a7 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 26 May 2008 14:56:19 -0700 Subject: [PATCH] Makefile: fix dependency on wt-status.h Noticed by Hannes, reported by Dscho. Signed-off-by: Junio C Hamano --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f08d5f7bed..4e36487c3c 100644 --- a/Makefile +++ b/Makefile @@ -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 -- 2.39.2