]> git.eshelyaron.com Git - emacs.git/commitdiff
(SOME_MACHINE_OBJECTS): Add fontset.o.
authorRichard M. Stallman <rms@gnu.org>
Thu, 1 Aug 2002 17:05:19 +0000 (17:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 1 Aug 2002 17:05:19 +0000 (17:05 +0000)
src/ChangeLog
src/Makefile.in

index a09b7caae409c6df75e619d430d709ab106f4cd2..37c2ec1adaf7709e7db47a46b2d15b10db019933 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-01  Richard M. Stallman  <rms@gnu.org>
+
+       * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
+
 2002-07-28  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
index 1ef5ff45e7ff886500e3f0725631031f17822942..9ec5ac7d7a9df2b0d59c9f473c1c90c9a0654258 100644 (file)
@@ -548,7 +548,7 @@ obj=    dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o \
    These go in the DOC file on all machines
    in case they are needed there.  */
 SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o \
-  xterm.o xfns.o xmenu.o xselect.o xrdb.o
+  xterm.o xfns.o xmenu.o xselect.o xrdb.o fontset.o
 
 
 #ifdef TERMINFO