diff options
| author | Richard M. Stallman | 1995-04-10 05:52:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-10 05:52:18 +0000 |
| commit | 65b6ac4f15f4c0ace83fbfca963998e47299ce6d (patch) | |
| tree | 0f6d47632ea5fc2cc1a4357237987178814d206d | |
| parent | 422d97628a22da5ef934175d29c6ae0dfb431693 (diff) | |
| download | emacs-65b6ac4f15f4c0ace83fbfca963998e47299ce6d.tar.gz emacs-65b6ac4f15f4c0ace83fbfca963998e47299ce6d.zip | |
(alloc.o, data.o, macros.o, minibuf.o, print.o, xdisp.o): Depend on keyboard.h.
| -rw-r--r-- | src/Makefile.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 96870ea4b64..07049e5b1a4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -858,7 +858,7 @@ keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h \ | |||
| 858 | keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ | 858 | keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ |
| 859 | $(config_h) | 859 | $(config_h) |
| 860 | lastfile.o: lastfile.c $(config_h) | 860 | lastfile.o: lastfile.c $(config_h) |
| 861 | macros.o: macros.c window.h buffer.h commands.h macros.h $(config_h) | 861 | macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h $(config_h) |
| 862 | malloc.o: malloc.c $(config_h) | 862 | malloc.o: malloc.c $(config_h) |
| 863 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h \ | 863 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h \ |
| 864 | termopts.h frame.h window.h $(config_h) | 864 | termopts.h frame.h window.h $(config_h) |
| @@ -868,7 +868,7 @@ ralloc.o: ralloc.c $(config_h) | |||
| 868 | vm-limit.o: vm-limit.c mem-limits.h $(config_h) | 868 | vm-limit.o: vm-limit.c mem-limits.h $(config_h) |
| 869 | marker.o: marker.c buffer.h $(config_h) | 869 | marker.o: marker.c buffer.h $(config_h) |
| 870 | minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \ | 870 | minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \ |
| 871 | buffer.h commands.h $(config_h) | 871 | buffer.h commands.h keyboard.h $(config_h) |
| 872 | mocklisp.o: mocklisp.c buffer.h $(config_h) | 872 | mocklisp.o: mocklisp.c buffer.h $(config_h) |
| 873 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | 873 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ |
| 874 | commands.h syssignal.h systime.h systty.h syswait.h frame.h $(config_h) | 874 | commands.h syssignal.h systime.h systty.h syswait.h frame.h $(config_h) |
| @@ -898,7 +898,7 @@ widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h $(config_h) | |||
| 898 | window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ | 898 | window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ |
| 899 | termhooks.h disptab.h keyboard.h $(config_h) | 899 | termhooks.h disptab.h keyboard.h $(config_h) |
| 900 | xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h \ | 900 | xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h \ |
| 901 | termchar.h frame.h window.h disptab.h termhooks.h $(config_h) | 901 | termchar.h frame.h window.h disptab.h termhooks.h keyboard.h $(config_h) |
| 902 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ | 902 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ |
| 903 | window.h $(config_h) | 903 | window.h $(config_h) |
| 904 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h \ | 904 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h \ |
| @@ -914,14 +914,14 @@ hftctl.o: hftctl.c $(config_h) | |||
| 914 | 914 | ||
| 915 | /* The files of Lisp proper */ | 915 | /* The files of Lisp proper */ |
| 916 | 916 | ||
| 917 | alloc.o: alloc.c frame.h window.h buffer.h puresize.h syssignal.h | 917 | alloc.o: alloc.c frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \ |
| 918 | alloc.o: blockinput.h $(config_h) INTERVAL_SRC | 918 | blockinput.h $(config_h) INTERVAL_SRC |
| 919 | bytecode.o: bytecode.c buffer.h $(config_h) | 919 | bytecode.o: bytecode.c buffer.h $(config_h) |
| 920 | data.o: data.c buffer.h puresize.h syssignal.h $(config_h) | 920 | data.o: data.c buffer.h puresize.h syssignal.h keyboard.h $(config_h) |
| 921 | eval.o: eval.c commands.h keyboard.h blockinput.h $(config_h) | 921 | eval.o: eval.c commands.h keyboard.h blockinput.h $(config_h) |
| 922 | floatfns.o: floatfns.c $(config_h) | 922 | floatfns.o: floatfns.c $(config_h) |
| 923 | fns.o: fns.c commands.h $(config_h) frame.h buffer.h keyboard.h INTERVAL_SRC | 923 | fns.o: fns.c commands.h $(config_h) frame.h buffer.h keyboard.h INTERVAL_SRC |
| 924 | print.o: print.c process.h frame.h window.h buffer.h $(config_h) | 924 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h $(config_h) |
| 925 | lread.o: lread.c commands.h keyboard.h buffer.h paths.h $(config_h) \ | 925 | lread.o: lread.c commands.h keyboard.h buffer.h paths.h $(config_h) \ |
| 926 | termhooks.h | 926 | termhooks.h |
| 927 | 927 | ||