changeset 8625:00437255eed7

(obj): Put cm.o before term.o. (Avoids mysterious lossage on Irix.)
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Aug 1994 22:55:25 +0000
parents 2768933d85ad
children fe49c4bb99d4
files src/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Thu Aug 25 05:05:50 1994 +0000
+++ b/src/Makefile.in	Thu Aug 25 22:55:25 1994 +0000
@@ -447,7 +447,7 @@
 /* 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 \
-	term.o cm.o $(XOBJ) \
+	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 \
 	minibuf.o fileio.o dired.o filemode.o \