diff options
| author | Richard M. Stallman | 1996-03-25 00:37:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-03-25 00:37:45 +0000 |
| commit | 2c01dfb7719678aa96c39a26182dc1b95ba80697 (patch) | |
| tree | f8cbb4ff49e3ff1c46d25bce015b64dbceba2e2f /src | |
| parent | 87e2d03987eaef12a199a9acd80c0c18442f5088 (diff) | |
| download | emacs-2c01dfb7719678aa96c39a26182dc1b95ba80697.tar.gz emacs-2c01dfb7719678aa96c39a26182dc1b95ba80697.zip | |
(xfns.o, xmenu.o, widget.o): Depend on ../lwlib/lwlib.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index c26e2287274..60293e06097 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -977,7 +977,8 @@ undo.o: undo.c buffer.h commands.h $(config_h) | |||
| 977 | of UNEXEC when substituting it in. */ | 977 | of UNEXEC when substituting it in. */ |
| 978 | UNEXEC_ALIAS=UNEXEC | 978 | UNEXEC_ALIAS=UNEXEC |
| 979 | $(UNEXEC_ALIAS): UNEXEC_SRC $(config_h) | 979 | $(UNEXEC_ALIAS): UNEXEC_SRC $(config_h) |
| 980 | widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h $(config_h) | 980 | widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ |
| 981 | ../lwlib/lwlib.h $(config_h) | ||
| 981 | window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ | 982 | window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ |
| 982 | termhooks.h disptab.h keyboard.h $(config_h) | 983 | termhooks.h disptab.h keyboard.h $(config_h) |
| 983 | xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h \ | 984 | xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h \ |
| @@ -985,9 +986,9 @@ xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h \ | |||
| 985 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ | 986 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ |
| 986 | window.h $(config_h) | 987 | window.h $(config_h) |
| 987 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h \ | 988 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h \ |
| 988 | blockinput.h paths.h $(config_h) | 989 | ../lwlib/lwlib.h blockinput.h paths.h $(config_h) |
| 989 | xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ | 990 | xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ |
| 990 | blockinput.h puresize.h msdos.h $(config_h) | 991 | ../lwlib/lwlib.h blockinput.h puresize.h msdos.h $(config_h) |
| 991 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ | 992 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ |
| 992 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ | 993 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ |
| 993 | keyboard.h gnu.h sink.h sinkmask.h $(config_h) | 994 | keyboard.h gnu.h sink.h sinkmask.h $(config_h) |