Browse Source

Makefile: git-merge-recur depends on xdiff libraries.

Tighten dependencies to allow parallel build.

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 19 years ago
parent
commit
a060b803b4
  1. 2
      Makefile

2
Makefile

@ -617,7 +617,7 @@ git-http-push$X: revision.o http.o http-push.o $(GITLIBS) @@ -617,7 +617,7 @@ git-http-push$X: revision.o http.o http-push.o $(GITLIBS)
$(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)

merge-recursive.o path-list.o: path-list.h
git-merge-recur$X: merge-recursive.o path-list.o $(LIB_FILE)
git-merge-recur$X: merge-recursive.o path-list.o $(GITLIBS)
$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
$(LIBS)


Loading…
Cancel
Save