diff options
| author | Richard M. Stallman | 1994-10-17 01:17:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-10-17 01:17:41 +0000 |
| commit | beeab9cbe629dfcfcb15f2cd17dc732f3b12fe3d (patch) | |
| tree | 2f8344efa5ea3bfc34a201c0d90e053a2ebeeaee /src | |
| parent | 73954200c5aae4185e7fabc7b162e44b7c078e06 (diff) | |
| download | emacs-beeab9cbe629dfcfcb15f2cd17dc732f3b12fe3d.tar.gz emacs-beeab9cbe629dfcfcb15f2cd17dc732f3b12fe3d.zip | |
(xfns.o): Depend on paths.h.
Diffstat (limited to 'src')
| -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 \ |