Mercurial > emacs
diff src/Makefile.in @ 12353:1bc9f984ca30
(SOME_MACHINE_OBJECTS): Add dosfns.o, intervals.o, textprop.o.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 21 Jun 1995 23:07:39 +0000 |
| parents | 2bc3141d0d19 |
| children | 5c1a20283286 |
line wrap: on
line diff
--- a/src/Makefile.in Wed Jun 21 23:03:59 1995 +0000 +++ b/src/Makefile.in Wed Jun 21 23:07:39 1995 +0000 @@ -492,7 +492,7 @@ /* Object files used on some machine or other. These go in the DOC file on all machines in case they are needed there. */ -SOME_MACHINE_OBJECTS = sunfns.o msdos.o \ +SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o intervals.o textprop.o \ xterm.o xfns.o xfaces.o xmenu.o xselect.o xrdb.o
