[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: |
Andreas Schwab |
Subject: |
[Emacs-diffs] Changes to emacs/src/Makefile.in,v |
Date: |
Fri, 11 Jul 2008 11:20:23 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Andreas Schwab <schwab> 08/07/11 11:20:22
Index: Makefile.in
===================================================================
RCS file: /sources/emacs/emacs/src/Makefile.in,v
retrieving revision 1.407
retrieving revision 1.408
diff -u -b -r1.407 -r1.408
--- Makefile.in 8 Jul 2008 11:54:10 -0000 1.407
+++ Makefile.in 11 Jul 2008 11:20:21 -0000 1.408
@@ -1176,10 +1176,11 @@
ftxfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \
font.h $(config_h)
menu.o: menu.c lisp.h keyboard.h keymap.h frame.h termhooks.h blockinput.h \
- dispextern.h $(srcdir)/../lwlib/lwlib.h xterm.h gtkutil.h $(config_h)
+ dispextern.h $(srcdir)/../lwlib/lwlib.h xterm.h gtkutil.h menu.h \
+ $(config_h)
xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \
charset.h keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h \
- systime.h gtkutil.h msdos.h coding.h $(config_h)
+ systime.h gtkutil.h msdos.h coding.h menu.h $(config_h)
xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \
dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \
keyboard.h emacs-icon.h character.h charset.h ccl.h fontset.h composite.h \
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Stefan Monnier, 2008/07/03
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Andreas Schwab, 2008/07/08
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v,
Andreas Schwab <=
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Adrian Robert, 2008/07/15
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Adrian Robert, 2008/07/15
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, David Reitter, 2008/07/16
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Andreas Schwab, 2008/07/16
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Adrian Robert, 2008/07/16
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Stefan Monnier, 2008/07/16
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Adrian Robert, 2008/07/17
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Miles Bader, 2008/07/17
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Chong Yidong, 2008/07/18
- [Emacs-diffs] Changes to emacs/src/Makefile.in,v, Adrian Robert, 2008/07/19