From 17fd9f571f5596b0e69e143bf6d72a19c780dd25 Mon Sep 17 00:00:00 2001 From: Jeff King Date: Fri, 7 Aug 2009 00:21:33 -0400 Subject: [PATCH] Makefile: git-http-fetch does not need expat This appears to be a bad cut-and-paste in commit 1088261f. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2900057fbf..e29b15f2e0 100644 --- a/Makefile +++ b/Makefile @@ -1489,7 +1489,7 @@ http.o http-walker.o: $(LIB_H) git-http-fetch$X: revision.o http.o http-walker.o http-fetch.o $(GITLIBS) $(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \ - $(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT) + $(LIBS) $(CURL_LIBCURL) git-http-push$X: revision.o http.o http-push.o $(GITLIBS) $(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \ $(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT) -- 2.11.4.GIT