aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-06-21 23:07:39 +0000
committerRichard M. Stallman1995-06-21 23:07:39 +0000
commitc0cce923dda91d119680e318b284fdc225ee7d64 (patch)
treee611af81126cf3872c9709cfef4b61966f9a2f5b
parent90fec20ab652d5e7311322bdd2aa8916e03edeef (diff)
downloademacs-c0cce923dda91d119680e318b284fdc225ee7d64.tar.gz
emacs-c0cce923dda91d119680e318b284fdc225ee7d64.zip
(SOME_MACHINE_OBJECTS): Add dosfns.o, intervals.o, textprop.o.
-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