aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-03-25 00:37:45 +0000
committerRichard M. Stallman1996-03-25 00:37:45 +0000
commit2c01dfb7719678aa96c39a26182dc1b95ba80697 (patch)
treef8cbb4ff49e3ff1c46d25bce015b64dbceba2e2f /src
parent87e2d03987eaef12a199a9acd80c0c18442f5088 (diff)
downloademacs-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.in7
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. */
978UNEXEC_ALIAS=UNEXEC 978UNEXEC_ALIAS=UNEXEC
979$(UNEXEC_ALIAS): UNEXEC_SRC $(config_h) 979$(UNEXEC_ALIAS): UNEXEC_SRC $(config_h)
980widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h $(config_h) 980widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \
981 ../lwlib/lwlib.h $(config_h)
981window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ 982window.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)
983xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h \ 984xdisp.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 \
985xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ 986xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
986 window.h $(config_h) 987 window.h $(config_h)
987xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h \ 988xfns.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)
989xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ 990xmenu.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)
991xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ 992xterm.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)