From: Junio C Hamano Date: Mon, 3 Jul 2006 07:53:13 +0000 (-0700) Subject: Makefile: tighten git-http-{fetch,push} dependencies X-Git-Tag: v1.4.1.1~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8fced61cbc32f0c4b81a3dcecfeb40b7d96339ce?ds=sidebyside;hp=8fced61cbc32f0c4b81a3dcecfeb40b7d96339ce 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 ---