X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=d945546eb88db19e8c56280f11711743d89a6d2b;hb=acb725772964ee11656543a28c303e9aa6d092c5;hp=02d290d3343999656c22d98d9c5cd8047760cfe3;hpb=3467fec516e0549cfe7ae3ed8bd981a7e5f528f4;p=git.git diff --git a/Makefile b/Makefile index 02d290d3..d945546e 100644 --- a/Makefile +++ b/Makefile @@ -191,7 +191,7 @@ LIB_FILE=libgit.a XDIFF_LIB=xdiff/lib.a LIB_H = \ - blob.h cache.h commit.h count-delta.h csum-file.h delta.h \ + blob.h cache.h commit.h csum-file.h delta.h \ diff.h object.h pack.h pkt-line.h quote.h refs.h \ run-command.h strbuf.h tag.h tree.h git-compat-util.h revision.h @@ -201,7 +201,7 @@ DIFF_OBJS = \ diffcore-delta.o LIB_OBJS = \ - blob.o commit.o connect.o count-delta.o csum-file.o \ + blob.o commit.o connect.o csum-file.o \ date.o diff-delta.o entry.o exec_cmd.o ident.o index.o \ object.o pack-check.o patch-delta.o path.o pkt-line.o \ quote.o read-cache.o refs.o run-command.o \ @@ -455,7 +455,8 @@ strip: $(PROGRAMS) git$X git$X: git.c common-cmds.h $(LIB_FILE) $(CC) -DGIT_VERSION='"$(GIT_VERSION)"' \ - $(ALL_CFLAGS) -o $@ $(filter %.c,$^) $(LIB_FILE) $(LIBS) + $(ALL_CFLAGS) -o $@ $(filter %.c,$^) $(LIB_FILE) \ + $(ALL_LDFLAGS) $(LIBS) common-cmds.h: Documentation/git-*.txt ./generate-cmdlist.sh > $@