emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 9cbdf20: * src/Makefile.in (base_obj): Remove GMP_OBJ, undefined


From: Glenn Morris
Subject: master 9cbdf20: * src/Makefile.in (base_obj): Remove GMP_OBJ, undefined since 202007.
Date: Sat, 6 Mar 2021 14:37:29 -0500 (EST)

branch: master
commit 9cbdf20316e1cec835a7dfe28877142e437976f4
Author: Glenn Morris <rgm@gnu.org>
Commit: Glenn Morris <rgm@gnu.org>

    * 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 4100edf..a5ea549 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]