diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
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. */ |
| 449 | obj= dispnew.o frame.o scroll.o xdisp.o window.o \ | 449 | obj= 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 \ |