emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src ChangeLog Makefile.in


From: Dan Nicolaescu
Subject: [Emacs-diffs] emacs/src ChangeLog Makefile.in
Date: Mon, 29 Dec 2008 03:55:55 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/12/29 03:55:55

Modified files:
        src            : ChangeLog Makefile.in 

Log message:
        (INTERVAL_SRC): Also depend on dispextern.h.
        (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
        instead of intervals.h.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7229&r2=1.7230
http://cvs.savannah.gnu.org/viewcvs/emacs/src/Makefile.in?cvsroot=emacs&r1=1.437&r2=1.438

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7229
retrieving revision 1.7230
diff -u -b -r1.7229 -r1.7230
--- ChangeLog   26 Dec 2008 14:43:21 -0000      1.7229
+++ ChangeLog   29 Dec 2008 03:55:53 -0000      1.7230
@@ -1,3 +1,9 @@
+2008-12-29  Dan Nicolaescu  <address@hidden>
+
+       * Makefile.in (INTERVAL_SRC): Also depend on dispextern.h.
+       (coding.o, dispnew.o, keymap.o, msdos.o): Depend on INTERVAL_SRC
+       instead of intervals.h.
+
 2008-12-26  Andreas Schwab  <address@hidden>
 
        * keymap.c (map_keymap_char_table_item): Make a copy of KEY if it is a

Index: Makefile.in
===================================================================
RCS file: /cvsroot/emacs/emacs/src/Makefile.in,v
retrieving revision 1.437
retrieving revision 1.438
diff -u -b -r1.437 -r1.438
--- Makefile.in 12 Nov 2008 07:17:25 -0000      1.437
+++ Makefile.in 29 Dec 2008 03:55:54 -0000      1.438
@@ -499,7 +499,7 @@
 #define UNEXEC unexec.o
 #endif
 
-INTERVAL_SRC = intervals.h composite.h
+INTERVAL_SRC = dispextern.h intervals.h composite.h
 
 GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
 
@@ -1044,7 +1044,7 @@
 charset.o: charset.c charset.h character.h buffer.h coding.h composite.h \
    disptab.h $(config_h)
 chartab.o: charset.h character.h $(config_h)
-coding.o: coding.c coding.h ccl.h buffer.h character.h charset.h intervals.h 
composite.h \
+coding.o: coding.c coding.h ccl.h buffer.h character.h charset.h 
$(INTERVAL_SRC) composite.h \
        window.h dispextern.h frame.h termhooks.h $(config_h)
 cm.o: cm.c frame.h cm.h termhooks.h termchar.h $(config_h)
 cmds.o: cmds.c syntax.h buffer.h character.h commands.h window.h $(config_h) \
@@ -1057,7 +1057,7 @@
    coding.h regex.h systime.h blockinput.h atimer.h
 dispnew.o: dispnew.c systime.h commands.h process.h frame.h \
    window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \
-   disptab.h indent.h intervals.h \
+   disptab.h indent.h $(INTERVAL_SRC) \
    xterm.h blockinput.h atimer.h character.h msdos.h composite.h keyboard.h \
    syssignal.h $(config_h)
 doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h keymap.h character.h
@@ -1104,7 +1104,7 @@
    xterm.h puresize.h msdos.h keymap.h w32term.h nsterm.h \
    $(config_h)
 keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
-   atimer.h systime.h puresize.h character.h charset.h intervals.h keymap.h 
window.h \
+   atimer.h systime.h puresize.h character.h charset.h $(INTERVAL_SRC) 
keymap.h window.h \
    $(config_h)
 lastfile.o: lastfile.c  $(config_h)
 macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h \
@@ -1121,7 +1121,7 @@
 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 \
-   keyboard.h intervals.h buffer.h commands.h blockinput.h atimer.h $(config_h)
+   keyboard.h $(INTERVAL_SRC) buffer.h commands.h blockinput.h atimer.h 
$(config_h)
 nsfns.o: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \
   dispextern.h nsgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \
   atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]