summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-08-25 22:55:25 +0000
committerRichard M. Stallman <rms@gnu.org>1994-08-25 22:55:25 +0000
commit911398a97f4cdd8f40ff090e40fe2015dd1e0ead (patch)
tree93849b2a83c92429caa8b50297ec35e1fd9ffcb3
parentc4669f1411a2c5558556f3838c587742a7f2e02a (diff)
downloademacs-911398a97f4cdd8f40ff090e40fe2015dd1e0ead.tar.gz
(obj): Put cm.o before term.o. (Avoids mysterious lossage on Irix.)
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index f2bc7736a2e..0f820dd6f3d 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -447,7 +447,7 @@ ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE $(LDFLAGS)
/* 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 \