From: Richard M. Stallman Date: Thu, 1 Aug 2002 17:05:19 +0000 (+0000) Subject: (SOME_MACHINE_OBJECTS): Add fontset.o. X-Git-Tag: emacs-pretest-21.2.91~136 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3230e705933fea7db9bcccd4f1ed7334a9b0f8f6;p=emacs.git (SOME_MACHINE_OBJECTS): Add fontset.o. --- diff --git a/src/ChangeLog b/src/ChangeLog index a09b7caae40..37c2ec1adaf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-08-01 Richard M. Stallman + + * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o. + 2002-07-28 Eli Zaretskii * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory diff --git a/src/Makefile.in b/src/Makefile.in index 1ef5ff45e7f..9ec5ac7d7a9 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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