Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Makefile: The big git command renaming fallout fix.
author
Junio C Hamano
<junkio@cox.net>
Fri, 29 Apr 2005 22:04:13 +0000
(15:04 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Fri, 29 Apr 2005 22:04:13 +0000
(15:04 -0700)
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>
Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
2d280e1
)
diff --git
a/Makefile
b/Makefile
index ad31e8a2d61ea382f689cb7144ee16aa8a82e9f6..fc104619a7c5a85bf31883482bb1bd059f1d01ad 100644
(file)
--- 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)