[PATCH] Add -B flag to diff-* brothers.
[gitweb.git] / Makefile
index b957cec1a0d10c05e3ae09ab5460e914c0c367b6..db14b8fa92307232dbd300943541a31c2db9fcdc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -46,8 +46,9 @@ LIB_H=cache.h object.h blob.h tree.h commit.h tag.h delta.h
 LIB_H += strbuf.h
 LIB_OBJS += strbuf.o
 
-LIB_H += diff.h
-LIB_OBJS += diff.o diffcore-rename.o diffcore-pickaxe.o diffcore-pathspec.o
+LIB_H += diff.h count-delta.h
+LIB_OBJS += diff.o diffcore-rename.o diffcore-pickaxe.o diffcore-pathspec.o \
+       count-delta.o diffcore-break.o
 
 LIB_OBJS += gitenv.o
 
@@ -129,6 +130,7 @@ diff.o: $(LIB_H) diffcore.h
 diffcore-rename.o : $(LIB_H) diffcore.h
 diffcore-pathspec.o : $(LIB_H) diffcore.h
 diffcore-pickaxe.o : $(LIB_H) diffcore.h
+diffcore-break.o : $(LIB_H) diffcore.h
 
 test: all
        $(MAKE) -C t/ all