Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/diffstat' into next
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 41a0d93a6cc7fa075fb1b66eaf40a2907c8bc296..7ca38554acdbecd2571fabe61b94f34fd009aa20 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