[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/Makefile.in,v
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/src/Makefile.in,v |
Date: |
Fri, 29 Aug 2008 07:52:22 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Kenichi Handa <handa> 08/08/29 07:52:21
Index: Makefile.in
===================================================================
RCS file: /cvsroot/emacs/emacs/src/Makefile.in,v
retrieving revision 1.433
retrieving revision 1.434
diff -u -b -r1.433 -r1.434
--- Makefile.in 28 Aug 2008 19:35:47 -0000 1.433
+++ Makefile.in 29 Aug 2008 07:52:21 -0000 1.434
@@ -1082,7 +1082,8 @@
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)
+ftfont.o: dispextern.h frame.h character.h charset.h composite.h font.h \
+ $(config_h)
fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h character.h \
charset.h frame.h keyboard.h termhooks.h font.h $(config_h)
getloadavg.o: getloadavg.c $(config_h)
@@ -1248,7 +1249,8 @@
$(config_h)
intervals.o: intervals.c buffer.h $(INTERVAL_SRC) keyboard.h puresize.h \
keymap.h $(config_h)
-composite.o: composite.c buffer.h character.h $(INTERVAL_SRC) $(config_h)
+composite.o: composite.c buffer.h character.h dispextern.h font.h frame.h \
+ $(INTERVAL_SRC) window.h $(config_h)
/* System-specific programs to be made.
OTHER_FILES and OBJECTS_MACHINE
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Dan Nicolaescu, 2008/08/01
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Adrian Robert, 2008/08/06
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Adrian Robert, 2008/08/06
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Dan Nicolaescu, 2008/08/07
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Dan Nicolaescu, 2008/08/10
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Adrian Robert, 2008/08/20
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Chong Yidong, 2008/08/21
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Eli Zaretskii, 2008/08/23
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Chong Yidong, 2008/08/28
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v,
Kenichi Handa <=