From: Jeff King Date: Fri, 7 Aug 2009 04:21:33 +0000 (-0400) Subject: Makefile: git-http-fetch does not need expat X-Git-Tag: v1.6.5-rc1~11^2~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=17fd9f571f5596b0e69e143bf6d72a19c780dd25;p=git.git 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 --- diff --git a/Makefile b/Makefile index 2900057fb..e29b15f2e 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)