]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Makefile
[PATCH] delta check
[thirdparty/git.git] / Makefile
index 5211edc4ba0999b87ce1aa899683bd495fe345dd..fc69a409aea200e5b4e1ddd6fe61821220a57955 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ install: $(PROG) $(SCRIPTS)
        $(INSTALL) $(PROG) $(SCRIPTS) $(dest)$(bin)
 
 LIB_OBJS=read-cache.o sha1_file.o usage.o object.o commit.o tree.o blob.o \
-        tag.o date.o index.o diff-delta.o patch-delta.o
+        tag.o delta.o date.o index.o diff-delta.o patch-delta.o
 LIB_FILE=libgit.a
 LIB_H=cache.h object.h blob.h tree.h commit.h tag.h delta.h