Skip to content

Commit

Permalink
Rename builtin-zip-tree.c to archive-zip.c
Browse files Browse the repository at this point in the history
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Rene Scharfe authored and Junio C Hamano committed Sep 23, 2006
1 parent 31756c5 commit 3fc8284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ LIB_OBJS = \
fetch-clone.o revision.o pager.o tree-walk.o xdiff-interface.o \
write_or_die.o trace.o list-objects.o \
alloc.o merge-file.o path-list.o help.o unpack-trees.o $(DIFF_OBJS) \
color.o wt-status.o
color.o wt-status.o archive-zip.o

BUILTIN_OBJS = \
builtin-add.o \
Expand Down Expand Up @@ -300,8 +300,7 @@ BUILTIN_OBJS = \
builtin-upload-archive.o \
builtin-upload-tar.o \
builtin-verify-pack.o \
builtin-write-tree.o \
builtin-zip-tree.o
builtin-write-tree.o

GITLIBS = $(LIB_FILE) $(XDIFF_LIB)
LIBS = $(GITLIBS) -lz
Expand Down
File renamed without changes.

0 comments on commit 3fc8284

Please sign in to comment.