diff options
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 5bccb0d5093..6643f2c00ee 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -882,7 +882,7 @@ xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ | |||
| 882 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h \ | 882 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h \ |
| 883 | blockinput.h paths.h $(config_h) | 883 | blockinput.h paths.h $(config_h) |
| 884 | xmenu.o: xmenu.c xterm.h window.h dispextern.h frame.h keyboard.h \ | 884 | xmenu.o: xmenu.c xterm.h window.h dispextern.h frame.h keyboard.h \ |
| 885 | blockinput.h puresize.h $(config_h) | 885 | blockinput.h puresize.h msdos.h $(config_h) |
| 886 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ | 886 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ |
| 887 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ | 887 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ |
| 888 | keyboard.h gnu.h sink.h sinkmask.h $(config_h) | 888 | keyboard.h gnu.h sink.h sinkmask.h $(config_h) |