changeset 14742:80811280625e

(obj): Add xmenu.o. (XOBJ): Delete xmenu.o.
author Richard M. Stallman <rms@gnu.org>
date Sun, 03 Mar 1996 22:48:20 +0000
parents 9f9c4d4581e4
children 345ee562c72a
files src/Makefile.in
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Sun Mar 03 22:47:53 1996 +0000
+++ b/src/Makefile.in	Sun Mar 03 22:48:20 1996 +0000
@@ -289,7 +289,7 @@
 #ifdef HAVE_MENUS
 
 /* Include xmenu.o in the list of X object files.  */
-XOBJ= xterm.o xfns.o xfaces.o xmenu.o xselect.o xrdb.o
+XOBJ= xterm.o xfns.o xfaces.o xselect.o xrdb.o
 
 /* The X Menu stuff is present in the X10 distribution, but missing
    from X11.  If we have X10, just use the installed library;
@@ -490,8 +490,8 @@
 
 
 /* lastfile must follow all files
-   whose initialized data areas should be dumped as pure by dump-emacs. */
-obj=    dispnew.o frame.o scroll.o xdisp.o window.o \
+   whose initialized data areas should be dumped as pure by dump-emacs.  */
+obj=    dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o \
 	cm.o term.o $(XOBJ) \
 	emacs.o keyboard.o macros.o keymap.o sysdep.o \
 	buffer.o filelock.o insdel.o marker.o INTERVAL_OBJ \