diff options
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 29a4881d012..9fc66979f25 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1176,10 +1176,11 @@ xftfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \ | |||
| 1176 | ftxfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \ | 1176 | ftxfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \ |
| 1177 | font.h $(config_h) | 1177 | font.h $(config_h) |
| 1178 | menu.o: menu.c lisp.h keyboard.h keymap.h frame.h termhooks.h blockinput.h \ | 1178 | menu.o: menu.c lisp.h keyboard.h keymap.h frame.h termhooks.h blockinput.h \ |
| 1179 | dispextern.h $(srcdir)/../lwlib/lwlib.h xterm.h gtkutil.h $(config_h) | 1179 | dispextern.h $(srcdir)/../lwlib/lwlib.h xterm.h gtkutil.h menu.h \ |
| 1180 | $(config_h) | ||
| 1180 | xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \ | 1181 | xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \ |
| 1181 | charset.h keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h \ | 1182 | charset.h keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h \ |
| 1182 | systime.h gtkutil.h msdos.h coding.h $(config_h) | 1183 | systime.h gtkutil.h msdos.h coding.h menu.h $(config_h) |
| 1183 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ | 1184 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ |
| 1184 | dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ | 1185 | dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ |
| 1185 | keyboard.h emacs-icon.h character.h charset.h ccl.h fontset.h composite.h \ | 1186 | keyboard.h emacs-icon.h character.h charset.h ccl.h fontset.h composite.h \ |