Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-06 10:15:40 +0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-06 10:15:40 +0400
commit6ee67f2610d0060bee45eee0b83fe42143441589 (patch)
tree3715da8cfe4ed5d0326a6657b0ad0ff73f66691c /Makefile
parente6ee623b7be2a59a3f3d1ff8c513d72b6f15344f (diff)
Fix entry.c dependency and compile problem
Bad Linus.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d0f1cfa36c..a85abd6612 100644
--- a/Makefile
+++ b/Makefile
@@ -128,6 +128,7 @@ sha1_file.o: $(LIB_H)
usage.o: $(LIB_H)
strbuf.o: $(LIB_H)
gitenv.o: $(LIB_H)
+entry.o: $(LIB_H)
diff.o: $(LIB_H) diffcore.h
diffcore-rename.o : $(LIB_H) diffcore.h
diffcore-pathspec.o : $(LIB_H) diffcore.h