summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fdeb6bf)
raw | patch | inline | side by side (parent: fdeb6bf)
author | Junio C Hamano <junkio@cox.net> | |
Wed, 26 Apr 2006 10:12:58 +0000 (03:12 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 26 Apr 2006 10:12:58 +0000 (03:12 -0700) |
... in the same spirit as 71459c193d04870076efa0a387c317390b53e3e2.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 087ff27c28960a552e3a97126ada4f64ca391844..8ce27a65fb822afe34374a719ac552ff79a45074 100644 (file)
--- a/Makefile
+++ b/Makefile
XDIFF_OBJS=xdiff/xdiffi.o xdiff/xprepare.o xdiff/xutils.o xdiff/xemit.o
$(XDIFF_LIB): $(XDIFF_OBJS)
- $(AR) rcs $@ $(XDIFF_OBJS)
+ rm -f $@ && $(AR) rcs $@ $(XDIFF_OBJS)
doc: