From: Richard M. Stallman Date: Thu, 25 Aug 1994 22:55:25 +0000 (+0000) Subject: (obj): Put cm.o before term.o. (Avoids mysterious lossage on Irix.) X-Git-Tag: emacs-19.34~7228 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=911398a97f4cdd8f40ff090e40fe2015dd1e0ead;p=emacs.git (obj): Put cm.o before term.o. (Avoids mysterious lossage on Irix.) --- 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 \