Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: remove and create libgit.a from scratch.
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index d9a3a82fe2afa2bb477d65f082b6348ed678e955..809383c51b6512d9c33773ba9d35278b8d1ccdf4 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-575,7
+575,7
@@
$(patsubst git-%$X,%.o,$(PROGRAMS)): $(GITLIBS)
$(DIFF_OBJS): diffcore.h
$(LIB_FILE): $(LIB_OBJS)
- $(AR) rcs $@ $(LIB_OBJS)
+
rm -f $@ &&
$(AR) rcs $@ $(LIB_OBJS)
XDIFF_OBJS=xdiff/xdiffi.o xdiff/xprepare.o xdiff/xutils.o xdiff/xemit.o