# HG changeset patch # User Richard M. Stallman # Date 782513878 0 # Node ID d0a1ccb93c47c0337354ae46c63edb4bc80a5918 # Parent 7461e7aa4f3c1576cf97d8f40f399b9fda860213 (SOME_MACHINE_OBJECTS): Add msdos.o and x*.o files. diff -r 7461e7aa4f3c -r d0a1ccb93c47 src/Makefile.in --- 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,