From 3230e705933fea7db9bcccd4f1ed7334a9b0f8f6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 1 Aug 2002 17:05:19 +0000 Subject: [PATCH] (SOME_MACHINE_OBJECTS): Add fontset.o. --- src/ChangeLog | 4 ++++ src/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.5