]> git.eshelyaron.com Git - emacs.git/commitdiff
* Makefile.in (fringe.o, minibuf.o): Fix dependencies.
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 12 Oct 2007 01:23:15 +0000 (01:23 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Fri, 12 Oct 2007 01:23:15 +0000 (01:23 +0000)
src/ChangeLog.unicode
src/Makefile.in

index 61b3e8cd76d4abeb763ff7f1b6677e925ce24371..b3f20c24a5570555f980067bd97a538dc67967e5 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * Makefile.in (fringe.o, minibuf.o): Fix dependencies.
+
 2007-10-11  Miles Bader  <miles@gnu.org>
 
        * xdisp.c (get_char_face_and_encoding): Remove extraneous definition.
index f968fcf4599849877cf57afdda8a54353d8730ef..c73f402f228e5555ed36aaf4a8127a109307cc61 100644 (file)
@@ -1156,7 +1156,7 @@ filemode.o: filemode.c  $(config_h)
 frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
    blockinput.h atimer.h systime.h buffer.h character.h fontset.h \
    msdos.h dosfns.h dispextern.h w32term.h macterm.h termchar.h $(config_h)
-fringe.o: fringe.c dispextern.h frame.h window.h buffer.h termhook.h $(config_h)
+fringe.o: fringe.c dispextern.h frame.h window.h buffer.h termhooks.h $(config_h)
 font.o: font.c dispextern.h frame.h window.h ccl.h character.h charset.h \
    font.h $(config_h)
 ftfont.o: dispextern.h frame.h character.h charset.h font.h $(config_h)
@@ -1188,7 +1188,7 @@ marker.o: marker.c buffer.h character.h $(config_h)
 md5.o: md5.c md5.h $(config_h)
 minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \
    buffer.h commands.h character.h msdos.h $(INTERVAL_SRC) keymap.h \
-   terhooks.h $(config_h)
+   termhooks.h $(config_h)
 mktime.o: mktime.c $(config_h)
 msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \
    termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \