diff options
| author | Richard M. Stallman | 1995-06-21 23:07:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-06-21 23:07:39 +0000 |
| commit | c0cce923dda91d119680e318b284fdc225ee7d64 (patch) | |
| tree | e611af81126cf3872c9709cfef4b61966f9a2f5b /src | |
| parent | 90fec20ab652d5e7311322bdd2aa8916e03edeef (diff) | |
| download | emacs-c0cce923dda91d119680e318b284fdc225ee7d64.tar.gz emacs-c0cce923dda91d119680e318b284fdc225ee7d64.zip | |
(SOME_MACHINE_OBJECTS): Add dosfns.o, intervals.o, textprop.o.
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 5a992d6bae6..d6c6b35a0b1 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -492,7 +492,7 @@ obj= dispnew.o frame.o scroll.o xdisp.o window.o \ | |||
| 492 | /* Object files used on some machine or other. | 492 | /* Object files used on some machine or other. |
| 493 | These go in the DOC file on all machines | 493 | These go in the DOC file on all machines |
| 494 | in case they are needed there. */ | 494 | in case they are needed there. */ |
| 495 | SOME_MACHINE_OBJECTS = sunfns.o msdos.o \ | 495 | SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o intervals.o textprop.o \ |
| 496 | xterm.o xfns.o xfaces.o xmenu.o xselect.o xrdb.o | 496 | xterm.o xfns.o xfaces.o xmenu.o xselect.o xrdb.o |
| 497 | 497 | ||
| 498 | 498 | ||