Mercurial > emacs
changeset 9595:d0a1ccb93c47
(SOME_MACHINE_OBJECTS): Add msdos.o and x*.o files.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 18 Oct 1994 20:57:58 +0000 |
parents | 7461e7aa4f3c |
children | 134f7085c56b |
files | src/Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Tue Oct 18 19:09:07 1994 +0000 +++ b/src/Makefile.in Tue Oct 18 20:57:58 1994 +0000 @@ -484,7 +484,9 @@ /* 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 +SOME_MACHINE_OBJECTS = sunfns.o msdos.o \ + xterm.o xfns.o xfaces.o xmenu.o xselect.o xrdb.o + #ifdef TERMINFO /* Used to be -ltermcap here. If your machine needs that,