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 4e15c462efd..2696a57c53d 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -864,7 +864,7 @@ xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h \ | |||
| 864 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ | 864 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ |
| 865 | window.h $(config_h) | 865 | window.h $(config_h) |
| 866 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h \ | 866 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h \ |
| 867 | blockinput.h $(config_h) | 867 | blockinput.h paths.h $(config_h) |
| 868 | xmenu.o: xmenu.c xterm.h window.h dispextern.h frame.h keyboard.h \ | 868 | xmenu.o: xmenu.c xterm.h window.h dispextern.h frame.h keyboard.h \ |
| 869 | blockinput.h puresize.h $(config_h) | 869 | blockinput.h puresize.h $(config_h) |
| 870 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ | 870 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ |