[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>
This commit is contained in:
parent
2d280e1c5e
commit
e515f31896
3
Makefile
3
Makefile
@ -59,8 +59,6 @@ CFLAGS += '-DSHA1_HEADER=$(SHA1_HEADER)'
|
|||||||
$(LIB_FILE): $(LIB_OBJS)
|
$(LIB_FILE): $(LIB_OBJS)
|
||||||
$(AR) rcs $@ $(LIB_OBJS)
|
$(AR) rcs $@ $(LIB_OBJS)
|
||||||
|
|
||||||
init-db: init-db.o
|
|
||||||
|
|
||||||
git-%: %.c $(LIB_FILE)
|
git-%: %.c $(LIB_FILE)
|
||||||
$(CC) $(CFLAGS) -o $@ $(filter %.c,$^) $(LIBS)
|
$(CC) $(CFLAGS) -o $@ $(filter %.c,$^) $(LIBS)
|
||||||
|
|
||||||
@ -104,6 +102,7 @@ read-cache.o: $(LIB_H)
|
|||||||
sha1_file.o: $(LIB_H)
|
sha1_file.o: $(LIB_H)
|
||||||
usage.o: $(LIB_H)
|
usage.o: $(LIB_H)
|
||||||
diff.o: $(LIB_H)
|
diff.o: $(LIB_H)
|
||||||
|
strbuf.o: $(LIB_H)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE)
|
rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE)
|
||||||
|
Loading…
Reference in New Issue
Block a user