(obj): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Tue, 20 May 2008 06:44:03 +0000 (06:44 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 20 May 2008 06:44:03 +0000 (06:44 +0000)
src/ChangeLog
src/Makefile.in

index 38c3cd4..14bad69 100644 (file)
@@ -3,7 +3,7 @@
        * Makefile.in (FONTSRC): Delete it.  Change all $(FONTSRC) to
        font.h through out the file.
        (FONT_DRIVERS): Renamed from FONTOBJ.
-       (obj): Delete $(FONTOBJ).  Add font.o.
+       (obj): Change $(FONTOBJ) to $(FONT_DRIVERS).  Add font.o.
        (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
 
        * emacs.c (main): Call syms_of_font unconditionally.
index 6008c93..4f9ccb8 100644 (file)
@@ -564,7 +564,7 @@ obj=    dispnew.o frame.o scroll.o xdisp.o $(XMENU_OBJ) window.o \
        process.o callproc.o \
        region-cache.o sound.o atimer.o \
        doprnt.o strftime.o intervals.o textprop.o composite.o md5.o \
-       $(MSDOS_OBJ) $(MAC_OBJ) $(CYGWIN_OBJ)
+       $(MSDOS_OBJ) $(MAC_OBJ) $(CYGWIN_OBJ) $(FONT_DRIVERS)
 
 /* Object files used on some machine or other.
    These go in the DOC file on all machines