X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=cd2c2db19d0e09111a46946080030a9c0337dfeb;hb=7bd7f2804d84258a5cd1e76c610496f6beaa4cdf;hp=b6d8804d4b0cac60d1dd4943c5b9a791f26e006f;hpb=a0fb95e3199810268cfe88c7c4ff0d9958e07062;p=git.git diff --git a/Makefile b/Makefile index b6d8804d..cd2c2db1 100644 --- a/Makefile +++ b/Makefile @@ -526,7 +526,7 @@ git-http-fetch$X: fetch.o http.o http-fetch.o $(LIB_FILE) $(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \ $(LIBS) $(CURL_LIBCURL) -git-http-push$X: http.o http-push.o $(LIB_FILE) +git-http-push$X: revision.o http.o http-push.o $(LIB_FILE) $(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \ $(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT) @@ -564,7 +564,7 @@ test-date$X: test-date.c date.o ctype.o $(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) test-date.c date.o ctype.o test-delta$X: test-delta.c diff-delta.o patch-delta.o - $(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $^ + $(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $^ -lz check: for i in *.c; do sparse $(ALL_CFLAGS) $(SPARSE_FLAGS) $$i || exit; done