aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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 \
492/* Object files used on some machine or other. 492/* Object files used on some machine or other.
493 These go in the DOC file on all machines 493 These go in the DOC file on all machines
494 in case they are needed there. */ 494 in case they are needed there. */
495SOME_MACHINE_OBJECTS = sunfns.o msdos.o \ 495SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o intervals.o textprop.o \
496 xterm.o xfns.o xfaces.o xmenu.o xselect.o xrdb.o 496 xterm.o xfns.o xfaces.o xmenu.o xselect.o xrdb.o
497 497
498 498