summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d633f70)
raw | patch | inline | side by side (parent: d633f70)
author | Linus Torvalds <torvalds@linux-foundation.org> | |
Thu, 25 Oct 2007 18:16:50 +0000 (11:16 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 27 Oct 2007 06:18:05 +0000 (23:18 -0700) |
The diffcore.h header file is included by more than just the internal
diff generation files, and needs to be part of the proper dependencies.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff generation files, and needs to be part of the proper dependencies.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 72f5ef43ce4479a744f7af57fe32021a00b8a10e..ba969e4397810504d431364369a706fb4c2df8f9 100644 (file)
--- a/Makefile
+++ b/Makefile
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 patch-ids.h attr.h decorate.h progress.h \
- mailmap.h remote.h transport.h
+ mailmap.h remote.h transport.h diffcore.h
DIFF_OBJS = \
diff.o diff-lib.o diffcore-break.o diffcore-order.o \
$(LIB_OBJS) $(BUILTIN_OBJS): $(LIB_H)
$(patsubst git-%$X,%.o,$(PROGRAMS)): $(LIB_H) $(wildcard */*.h)
-$(DIFF_OBJS): diffcore.h
$(LIB_FILE): $(LIB_OBJS)
$(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(LIB_OBJS)