diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index a8acc3828c5..14196021544 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -843,7 +843,8 @@ xfaces.o : xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ | |||
| 843 | window.h $(config_h) | 843 | window.h $(config_h) |
| 844 | xfns.o : xfns.c buffer.h frame.h window.h keyboard.h xterm.h \ | 844 | xfns.o : xfns.c buffer.h frame.h window.h keyboard.h xterm.h \ |
| 845 | blockinput.h $(config_h) | 845 | blockinput.h $(config_h) |
| 846 | xmenu.o : xmenu.c xterm.h window.h frame.h keyboard.h blockinput.h $(config_h) | 846 | xmenu.o : xmenu.c xterm.h window.h dispextern.h frame.h keyboard.h \ |
| 847 | blockinput.h $(config_h) | ||
| 847 | xterm.o : xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ | 848 | xterm.o : xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ |
| 848 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ | 849 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ |
| 849 | gnu.h sink.h sinkmask.h $(config_h) | 850 | gnu.h sink.h sinkmask.h $(config_h) |