mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
(obj): Put cm.o before term.o. (Avoids mysterious lossage on Irix.)
This commit is contained in:
parent
c4669f1411
commit
911398a97f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue