From: Andreas Schwab <schwab@suse.de> Date: Thu, 14 Jul 2016 07:29:17 +0000 (+0200) Subject: Remove unused SHEAP_OBJ X-Git-Tag: emacs-26.0.90~1840^2~59 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ff0ec6fd4d4779322aefa58df7329e47eb74bf72;p=emacs.git Remove unused SHEAP_OBJ * Makefile.in (base_obj): Remove $(SHEAP_OBJ). --- diff --git a/src/Makefile.in b/src/Makefile.in index 8639effde86..89f7a921faa 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -407,7 +407,6 @@ base_obj = dispnew.o frame.o scroll.o xdisp.o menu.o $(XMENU_OBJ) window.o \ $(XWIDGETS_OBJ) \ profiler.o decompress.o \ $(if $(HYBRID_MALLOC),sheap.o) \ - $(SHEAP_OBJ) \ $(MSDOS_OBJ) $(MSDOS_X_OBJ) $(NS_OBJ) $(CYGWIN_OBJ) $(FONT_OBJ) \ $(W32_OBJ) $(WINDOW_SYSTEM_OBJ) $(XGSELOBJ) obj = $(base_obj) $(NS_OBJC_OBJ)