From: Andrea Corallo Date: Sun, 2 Aug 2020 15:36:29 +0000 (+0200) Subject: Merge remote-tracking branch 'savannah/master' into HEAD X-Git-Tag: emacs-28.0.90~2727^2~506 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5095f0fd31764a729b4afebf8b5e868a09eef28;p=emacs.git Merge remote-tracking branch 'savannah/master' into HEAD --- e5095f0fd31764a729b4afebf8b5e868a09eef28 diff --cc src/Makefile.in index 2f373d3eb7f,7141f16ec25..3cc9d594144 --- a/src/Makefile.in +++ b/src/Makefile.in @@@ -323,13 -323,8 +323,13 @@@ INTERVALS_H = dispextern.h intervals.h GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ - LIB_GMP = @LIB_GMP@ + LIBGMP = @LIBGMP@ +LIBGCCJIT = @LIBGCCJIT_LIB@ + +## dynlib.o if necessary, else empty +DYNLIB_OBJ = @DYNLIB_OBJ@ + RUN_TEMACS = ./temacs # Whether builds should contain details. '--no-build-details' or empty. @@@ -535,7 -530,7 +535,7 @@@ LIBES = $(LIBS) $(W32_LIBS) $(LIBS_GNUS $(FREETYPE_LIBS) $(FONTCONFIG_LIBS) $(HARFBUZZ_LIBS) $(LIBOTF_LIBS) $(M17N_FLT_LIBS) \ $(LIBGNUTLS_LIBS) $(LIB_PTHREAD) $(GETADDRINFO_A_LIBS) $(LCMS2_LIBS) \ $(NOTIFY_LIBS) $(LIB_MATH) $(LIBZ) $(LIBMODULES) $(LIBSYSTEMD_LIBS) \ - $(JSON_LIBS) $(LIB_GMP) $(LIBGCCJIT) - $(JSON_LIBS) $(LIBGMP) ++ $(JSON_LIBS) $(LIBGMP) $(LIBGCCJIT) ## FORCE it so that admin/unidata can decide whether this file is ## up-to-date. Although since charprop depends on bootstrap-emacs,