emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src Makefile.in


From: Kenichi Handa
Subject: [Emacs-diffs] emacs/src Makefile.in
Date: Wed, 04 Feb 2009 01:31:38 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   09/02/04 01:31:38

Modified files:
        src            : Makefile.in 

Log message:
        (composite.o): Depends on frame.h and termhooks.h.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/Makefile.in?cvsroot=emacs&r1=1.440&r2=1.441

Patches:
Index: Makefile.in
===================================================================
RCS file: /cvsroot/emacs/emacs/src/Makefile.in,v
retrieving revision 1.440
retrieving revision 1.441
diff -u -b -r1.440 -r1.441
--- Makefile.in 8 Jan 2009 03:15:24 -0000       1.440
+++ Makefile.in 4 Feb 2009 01:31:37 -0000       1.441
@@ -1241,8 +1241,8 @@
  charset.h $(config_h) $(INTERVALS_H) termhooks.h coding.h msdos.h
 
 /* Text properties support */
-composite.o: composite.c buffer.h character.h dispextern.h font.h frame.h \
-       $(INTERVALS_H) window.h $(config_h)
+composite.o: composite.c buffer.h character.h coding.h dispextern.h font.h \
+        frame.h termhooks.h $(INTERVALS_H) window.h $(config_h)
 intervals.o: intervals.c buffer.h $(INTERVALS_H) keyboard.h puresize.h \
        keymap.h $(config_h)
 textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVALS_H) \




reply via email to

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