From: Junio C Hamano Date: Sun, 15 Apr 2007 20:39:32 +0000 (-0700) Subject: Makefile: add patch-ids.h back in. X-Git-Tag: v1.5.2-rc0~18^2~22 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6d4da3dea0ba01bb17a9001efd3ab2bbce531b6f;p=git.git Makefile: add patch-ids.h back in. I lost it by mistake while shuffling the gitattributes series which originally was on top of the subproject topic onto the master branch. Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index ac89d1ba3..4a399dda8 100644 --- a/Makefile +++ b/Makefile @@ -283,7 +283,7 @@ LIB_H = \ diff.h object.h pack.h pkt-line.h quote.h refs.h list-objects.h sideband.h \ run-command.h strbuf.h tag.h tree.h git-compat-util.h revision.h \ tree-walk.h log-tree.h dir.h path-list.h unpack-trees.h builtin.h \ - utf8.h reflog-walk.h attr.h + utf8.h reflog-walk.h patch-ids.h attr.h DIFF_OBJS = \ diff.o diff-lib.o diffcore-break.o diffcore-order.o \