From 9cbdf20316e1cec835a7dfe28877142e437976f4 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 6 Mar 2021 11:37:11 -0800 Subject: [PATCH] * src/Makefile.in (base_obj): Remove GMP_OBJ, undefined since 202007. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2