summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3058e93)
raw | patch | inline | side by side (parent: 3058e93)
author | Junio C Hamano <junkio@cox.net> | |
Fri, 28 Jul 2006 05:02:45 +0000 (22:02 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 28 Jul 2006 05:02:45 +0000 (22:02 -0700) |
Tighten dependencies to allow parallel build.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index a749aa4f0e0c955751b61ad1786302936758ea70..12ffd45ca9cd9eb70092b4c4637bdd7b616e5372 100644 (file)
--- a/Makefile
+++ b/Makefile
$(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)