summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-04-25 23:50:48 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-04-25 23:50:48 -0700
commit9849efb3211eefbb4d489d25360cd346d542a5ad (patch)
tree18574b32a2b7362651deb2e24388bd27b4303faa /Makefile
parentMerge branch 'jc/cache-tree' into next (diff)
parentdiff --stat: show complete rewrites consistently. (diff)
downloadtgif-9849efb3211eefbb4d489d25360cd346d542a5ad.tar.xz
Merge branch 'jc/diffstat' into next
* jc/diffstat: diff --stat: show complete rewrites consistently. Makefile: remove and create libgit.a from scratch.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 41a0d93a6c..7ca38554ac 100644
--- 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