aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-08 18:02:39 -0700
committerJunio C Hamano <junkio@cox.net>2005-08-08 18:02:39 -0700
commite764a10b17610ed9b3969bdb351e09f9635eb0ab (patch)
tree7bfb70afc16be8332f0ad177ec2d0cc878047b6e /Makefile
parent80f45687f44b6258b0eacae6b1ae15e3ad4a6552 (diff)
parent3c4e8a636f4de3668b24d0020df731cdc78ae6e9 (diff)
downloadgit-e764a10b17610ed9b3969bdb351e09f9635eb0ab.tar.gz
Merge with master.
This merges commit 3c4e8a636f4de3668b24d0020df731cdc78ae6e9 from master into our head commit 80f45687f44b6258b0eacae6b1ae15e3ad4a6552 Sincerely, jit-merge command.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c01327c1c6..e574f44faf 100644
--- a/Makefile
+++ b/Makefile
@@ -174,6 +174,7 @@ init-db.o: init-db.c
$(CC) -c $(CFLAGS) -DDEFAULT_GIT_TEMPLATE_DIR='"$(template_dir)"' $*.c
$(LIB_OBJS): $(LIB_H)
+$(patsubst git-%,%.o,$(PROG)): $(LIB_H)
$(DIFF_OBJS): diffcore.h
$(LIB_FILE): $(LIB_OBJS)