зеркало из https://github.com/microsoft/git.git
Makefile: remove and create xdiff library from scratch.
... in the same spirit as 71459c193d
.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
fdeb6bf55b
Коммит
2d86d2c6fc
2
Makefile
2
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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче