aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2002-08-01 17:04:14 +0000
committerRichard M. Stallman2002-08-01 17:04:14 +0000
commitb113160a06b92e69557b6b130fef1cb4d2806299 (patch)
treea31ffe4811768520e845a72c60d087074e631593 /src
parent41428ec477116f69da48f345f74d9ea1b66ce67a (diff)
downloademacs-b113160a06b92e69557b6b130fef1cb4d2806299.tar.gz
emacs-b113160a06b92e69557b6b130fef1cb4d2806299.zip
(SOME_MACHINE_OBJECTS): Add fontset.o.
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 0fbe5601aad..a71798e2c42 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -567,7 +567,7 @@ obj= dispnew.o frame.o scroll.o xdisp.o $(XMENU_OBJ) window.o \
567 in case they are needed there. */ 567 in case they are needed there. */
568SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o \ 568SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o \
569 xterm.o xfns.o xmenu.o xselect.o xrdb.o \ 569 xterm.o xfns.o xmenu.o xselect.o xrdb.o \
570 mac.o macterm.o macfns.o macmenu.o 570 mac.o macterm.o macfns.o macmenu.o fontset.o
571 571
572 572
573#ifdef TERMINFO 573#ifdef TERMINFO