From: Glenn Morris Date: Sat, 6 Mar 2021 19:37:11 +0000 (-0800) Subject: * src/Makefile.in (base_obj): Remove GMP_OBJ, undefined since 202007. X-Git-Tag: emacs-28.0.90~3398 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9cbdf20316e1cec835a7dfe28877142e437976f4;p=emacs.git * src/Makefile.in (base_obj): Remove GMP_OBJ, undefined since 202007. --- diff --git a/src/Makefile.in b/src/Makefile.in index 4100edf4712..a5ea5498a49 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -426,7 +426,7 @@ base_obj = dispnew.o frame.o scroll.o xdisp.o menu.o $(XMENU_OBJ) window.o \ thread.o systhread.o \ $(if $(HYBRID_MALLOC),sheap.o) \ $(MSDOS_OBJ) $(MSDOS_X_OBJ) $(NS_OBJ) $(CYGWIN_OBJ) $(FONT_OBJ) \ - $(W32_OBJ) $(WINDOW_SYSTEM_OBJ) $(XGSELOBJ) $(JSON_OBJ) $(GMP_OBJ) + $(W32_OBJ) $(WINDOW_SYSTEM_OBJ) $(XGSELOBJ) $(JSON_OBJ) obj = $(base_obj) $(NS_OBJC_OBJ) ## Object files used on some machine or other.