aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman1994-08-25 22:55:25 +0000
committerRichard M. Stallman1994-08-25 22:55:25 +0000
commit911398a97f4cdd8f40ff090e40fe2015dd1e0ead (patch)
tree93849b2a83c92429caa8b50297ec35e1fd9ffcb3 /src/Makefile.in
parentc4669f1411a2c5558556f3838c587742a7f2e02a (diff)
downloademacs-911398a97f4cdd8f40ff090e40fe2015dd1e0ead.tar.gz
emacs-911398a97f4cdd8f40ff090e40fe2015dd1e0ead.zip
(obj): Put cm.o before term.o. (Avoids mysterious lossage on Irix.)
Diffstat (limited to 'src/Makefile.in')
-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)
447/* lastfile must follow all files 447/* lastfile must follow all files
448 whose initialized data areas should be dumped as pure by dump-emacs. */ 448 whose initialized data areas should be dumped as pure by dump-emacs. */
449obj= dispnew.o frame.o scroll.o xdisp.o window.o \ 449obj= dispnew.o frame.o scroll.o xdisp.o window.o \
450 term.o cm.o $(XOBJ) \ 450 cm.o term.o $(XOBJ) \
451 emacs.o keyboard.o macros.o keymap.o sysdep.o \ 451 emacs.o keyboard.o macros.o keymap.o sysdep.o \
452 buffer.o filelock.o insdel.o marker.o INTERVAL_OBJ \ 452 buffer.o filelock.o insdel.o marker.o INTERVAL_OBJ \
453 minibuf.o fileio.o dired.o filemode.o \ 453 minibuf.o fileio.o dired.o filemode.o \