comparison src/Makefile @ 27020:0f2dd0d07071 v8.2.4039

patch 8.2.4039: the xdiff library is linked in even when not used Commit: https://github.com/vim/vim/commit/67ffb417861a90fd2c1b215a42fd230272ed94cb Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 8 13:36:57 2022 +0000 patch 8.2.4039: the xdiff library is linked in even when not used Problem: The xdiff library is linked in even when not used. Solution: Use configure to decide whether xdiff object files are included.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jan 2022 14:45:03 +0100
parents fccd67ae58c8
children 92e0b1f2b72f
comparison
equal deleted inserted replaced
27019:d3065e717573 27020:0f2dd0d07071
1872 $(TCL_OBJ) \ 1872 $(TCL_OBJ) \
1873 $(RUBY_OBJ) \ 1873 $(RUBY_OBJ) \
1874 $(OS_EXTRA_OBJ) \ 1874 $(OS_EXTRA_OBJ) \
1875 $(NETBEANS_OBJ) \ 1875 $(NETBEANS_OBJ) \
1876 $(CHANNEL_OBJ) \ 1876 $(CHANNEL_OBJ) \
1877 $(XDIFF_OBJS) 1877 $(XDIFF_OBJS_USED)
1878 1878
1879 # The files included by tests are not in OBJ_COMMON. 1879 # The files included by tests are not in OBJ_COMMON.
1880 OBJ_MAIN = \ 1880 OBJ_MAIN = \
1881 objects/charset.o \ 1881 objects/charset.o \
1882 objects/json.o \ 1882 objects/json.o \