Linus Torvalds <torvalds@xxxxxxxx> writes: > There's two things to note about this: > > - the libxdiff dependencies are broken, so it's likely that you need to > do a "make clean; make" to actually see the result of this. Eh, stupid-and-obvious like this perhaps. --- diff --git a/Makefile b/Makefile index 2c7c338..3fed480 100644 --- a/Makefile +++ b/Makefile @@ -237,6 +237,7 @@ PYMODULES = \ LIB_FILE=libgit.a XDIFF_LIB=xdiff/lib.a +$(XDIFF_LIB): $(wildcard xdiff/*.[ch]) LIB_H = \ archive.h blob.h cache.h commit.h csum-file.h delta.h grep.h \ - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html