aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-04-29 15:04:13 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-29 15:04:13 -0700
commite515f31896844071f9721f114d289139afa8f662 (patch)
tree09465be469eef9711e93b583f4cd1092baa58f90 /Makefile
parent2d280e1c5e6fdcf5428e60219eae14a2c6629c51 (diff)
downloadgit-e515f31896844071f9721f114d289139afa8f662.tar.gz
[PATCH] Makefile: The big git command renaming fallout fix.
Here is another. This one belongs to a clean-up category. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ad31e8a2d6..fc104619a7 100644
--- a/Makefile
+++ b/Makefile
@@ -59,8 +59,6 @@ CFLAGS += '-DSHA1_HEADER=$(SHA1_HEADER)'
$(LIB_FILE): $(LIB_OBJS)
$(AR) rcs $@ $(LIB_OBJS)
-init-db: init-db.o
-
git-%: %.c $(LIB_FILE)
$(CC) $(CFLAGS) -o $@ $(filter %.c,$^) $(LIBS)
@@ -104,6 +102,7 @@ read-cache.o: $(LIB_H)
sha1_file.o: $(LIB_H)
usage.o: $(LIB_H)
diff.o: $(LIB_H)
+strbuf.o: $(LIB_H)
clean:
rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE)