From c0cce923dda91d119680e318b284fdc225ee7d64 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 21 Jun 1995 23:07:39 +0000 Subject: [PATCH] (SOME_MACHINE_OBJECTS): Add dosfns.o, intervals.o, textprop.o. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2