author | Junio C Hamano <junkio@cox.net> | |
Mon, 3 Jul 2006 07:53:13 +0000 (00:53 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 3 Jul 2006 07:58:34 +0000 (00:58 -0700) | ||
commit | 8fced61cbc32f0c4b81a3dcecfeb40b7d96339ce | |
tree | 12d8803ba2731748d58661aadfa40a6244dc621e | tree | snapshot |
parent | 35c636ec487d0d5c38e0ce8d3d7bc7ca42c6e5c1 | commit | diff |
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>
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 | diff | blob | history |