From: Richard M. Stallman Date: Wed, 21 Jun 1995 23:07:39 +0000 (+0000) Subject: (SOME_MACHINE_OBJECTS): Add dosfns.o, intervals.o, textprop.o. X-Git-Tag: emacs-19.34~3506 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c0cce923dda91d119680e318b284fdc225ee7d64;p=emacs.git (SOME_MACHINE_OBJECTS): Add dosfns.o, intervals.o, textprop.o. --- 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 \ /* 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