]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
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)
commit8eef8e09cee1691faad2159ebdab7ca3b232d26b
tree9447a57c0f2815c07bbf6cf547866135ef2b1c1d
parent4c0fea0f1116a4c782696a3e4cf2db31a4aa8adc
Makefile: many programs now depend on xdiff/lib.a having been built.

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>
Makefile