Code

Makefile: tighten git-http-{fetch,push} dependencies
authorJunio C Hamano <junkio@cox.net>
Mon, 3 Jul 2006 07:53:13 +0000 (00:53 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 3 Jul 2006 07:58:34 +0000 (00:58 -0700)
commit8fced61cbc32f0c4b81a3dcecfeb40b7d96339ce
tree12d8803ba2731748d58661aadfa40a6244dc621e
parent35c636ec487d0d5c38e0ce8d3d7bc7ca42c6e5c1
Makefile: tighten git-http-{fetch,push} dependencies

Although our "git-%$X:" implicit target had dependency on
$(GITLIBS) which included xdiff/lib.a, git-http-{fetch,push} had
their own building rules and with an obsolete dependency on
$(LIB_FILES).  Update the rules to depend on $(GITLIBS), to make
parallel build work correctly.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile