From: Junio C Hamano Date: Wed, 26 Apr 2006 10:12:58 +0000 (-0700) Subject: Makefile: remove and create xdiff library from scratch. X-Git-Tag: v1.4.0-rc1~214 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2d86d2c6fcbd62696447fe3dbfac664e6c82b0ce?hp=--cc Makefile: remove and create xdiff library from scratch. ... in the same spirit as 71459c193d04870076efa0a387c317390b53e3e2. Signed-off-by: Junio C Hamano --- 2d86d2c6fcbd62696447fe3dbfac664e6c82b0ce diff --git a/Makefile b/Makefile index 087ff27c28..8ce27a65fb 100644 --- a/Makefile +++ b/Makefile @@ -580,7 +580,7 @@ $(LIB_FILE): $(LIB_OBJS) 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: