Mercurial > emacs
diff src/Makefile.in @ 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 | 5a5893b8bc1c |
| children | a099de9cf359 |
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 \
