X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=f802043aa9684c691143c96cd9753696ae8a25ed;hb=3026402cbc60c003c4bc043368afc619e4d9b3cd;hp=004c2169c97c167ada9c8da68aad3998b61501ea;hpb=731651fe25a7d7a242584e4b85112a610c32a23f;p=git.git diff --git a/Makefile b/Makefile index 004c2169..f802043a 100644 --- a/Makefile +++ b/Makefile @@ -552,7 +552,7 @@ http.o: http.c $(CC) -o $*.o -c $(ALL_CFLAGS) -DGIT_USER_AGENT='"git/$(GIT_VERSION)"' $< ifdef NO_EXPAT -http-fetch.o: http-fetch.c +http-fetch.o: http-fetch.c http.h $(CC) -o $*.o -c $(ALL_CFLAGS) -DNO_EXPAT $< endif @@ -576,6 +576,7 @@ git-ssh-push$X: rsh.o git-imap-send$X: imap-send.o $(LIB_FILE) +http.o http-fetch.o http-push.o: http.h git-http-fetch$X: fetch.o http.o http-fetch.o $(LIB_FILE) $(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \ $(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)