diff options
| author | Richard M. Stallman | 1994-10-18 20:57:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-10-18 20:57:58 +0000 |
| commit | 149cbcb0b7d9aecbc41ecb497c9921549e217409 (patch) | |
| tree | 94fc0caa261cfbd4ce039e06265dd60057b3b115 /src | |
| parent | 6d6831043871635c3fad25075153cfbceef6fb19 (diff) | |
| download | emacs-149cbcb0b7d9aecbc41ecb497c9921549e217409.tar.gz emacs-149cbcb0b7d9aecbc41ecb497c9921549e217409.zip | |
(SOME_MACHINE_OBJECTS): Add msdos.o and x*.o files.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 9b713af27a6..bd1dbe08b68 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -484,7 +484,9 @@ obj= dispnew.o frame.o scroll.o xdisp.o window.o \ | |||
| 484 | /* Object files used on some machine or other. | 484 | /* Object files used on some machine or other. |
| 485 | These go in the DOC file on all machines | 485 | These go in the DOC file on all machines |
| 486 | in case they are needed there. */ | 486 | in case they are needed there. */ |
| 487 | SOME_MACHINE_OBJECTS = sunfns.o | 487 | SOME_MACHINE_OBJECTS = sunfns.o msdos.o \ |
| 488 | xterm.o xfns.o xfaces.o xmenu.o xselect.o xrdb.o | ||
| 489 | |||
| 488 | 490 | ||
| 489 | #ifdef TERMINFO | 491 | #ifdef TERMINFO |
| 490 | /* Used to be -ltermcap here. If your machine needs that, | 492 | /* Used to be -ltermcap here. If your machine needs that, |