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)
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>
No differences found