Makefile: many programs now depend on xdiff/lib.a having been built.
authorJunio C Hamano <junkio@cox.net>
Sat, 1 Apr 2006 00:23:46 +0000 (16:23 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 1 Apr 2006 00:23:46 +0000 (16:23 -0800)
The dependency was not properly updated when we added this
library, breaking parallel build with $(MAKE) -j.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found