X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Makefile;h=8ce27a65fb822afe34374a719ac552ff79a45074;hb=935e714204fe167aa6172a733e7131ee5b4577f4;hp=087ff27c28960a552e3a97126ada4f64ca391844;hpb=e9b5b75ca87f45292de8ecde5d4d0512ac9542cd;p=git.git diff --git a/Makefile b/Makefile index 087ff27c..8ce27a65 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: