From 2c01dfb7719678aa96c39a26182dc1b95ba80697 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 25 Mar 1996 00:37:45 +0000 Subject: [PATCH] (xfns.o, xmenu.o, widget.o): Depend on ../lwlib/lwlib.h. --- src/Makefile.in | 7 ++++--- 1 file 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) of UNEXEC when substituting it in. */ UNEXEC_ALIAS=UNEXEC $(UNEXEC_ALIAS): UNEXEC_SRC $(config_h) -widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h $(config_h) +widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ + ../lwlib/lwlib.h $(config_h) window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ termhooks.h disptab.h keyboard.h $(config_h) 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 \ xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ window.h $(config_h) xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h \ - blockinput.h paths.h $(config_h) + ../lwlib/lwlib.h blockinput.h paths.h $(config_h) xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ - blockinput.h puresize.h msdos.h $(config_h) + ../lwlib/lwlib.h blockinput.h puresize.h msdos.h $(config_h) xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ keyboard.h gnu.h sink.h sinkmask.h $(config_h) -- 2.39.2