Skip to content

Commit 69b024d

Browse files
committed
Merge branch 'jk/revision-o-is-in-libgit-a'
* jk/revision-o-is-in-libgit-a: Makefile: remove redundant object in git-http{fetch,push}
2 parents 4110639 + fd78ced commit 69b024d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2050,10 +2050,10 @@ git-imap-send$X: imap-send.o GIT-LDFLAGS $(GITLIBS)
20502050
$(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
20512051
$(LIBS) $(OPENSSL_LINK) $(OPENSSL_LIBSSL) $(LIB_4_CRYPTO)
20522052

2053-
git-http-fetch$X: revision.o http.o http-walker.o http-fetch.o GIT-LDFLAGS $(GITLIBS)
2053+
git-http-fetch$X: http.o http-walker.o http-fetch.o GIT-LDFLAGS $(GITLIBS)
20542054
$(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
20552055
$(LIBS) $(CURL_LIBCURL)
2056-
git-http-push$X: revision.o http.o http-push.o GIT-LDFLAGS $(GITLIBS)
2056+
git-http-push$X: http.o http-push.o GIT-LDFLAGS $(GITLIBS)
20572057
$(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \
20582058
$(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)
20592059

0 commit comments

Comments
 (0)