X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=e76e6c4a3e17acc56a93204ca68ad2519e5e04e2;hb=6b17c674aa517c4b22cd88809fcf1532b8204fbf;hp=5b0306d3910f1e19a2b80c75e180dc5121366667;hpb=35eb2d36418a25f9e956b116a622d8d99f4abad9;p=git.git diff --git a/Makefile b/Makefile index 5b0306d3..e76e6c4a 100644 --- a/Makefile +++ b/Makefile @@ -122,7 +122,7 @@ PROGRAMS = \ git-unpack-objects$X git-update-index$X git-update-server-info$X \ git-upload-pack$X git-verify-pack$X git-write-tree$X \ git-update-ref$X git-symbolic-ref$X git-check-ref-format$X \ - $(SIMPLE_PROGRAMS) + git-name-rev$X $(SIMPLE_PROGRAMS) # Backward compatibility -- to be removed after 1.0 PROGRAMS += git-ssh-pull$X git-ssh-push$X @@ -159,7 +159,7 @@ LIB_OBJS = \ object.o pack-check.o patch-delta.o path.o pkt-line.o \ quote.o read-cache.o refs.o run-command.o \ server-info.o setup.o sha1_file.o sha1_name.o strbuf.o \ - tag.o tree.o usage.o config.o environment.o ctype.o \ + tag.o tree.o usage.o config.o environment.o ctype.o copy.o \ $(DIFF_OBJS) LIBS = $(LIB_FILE)