aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-01-13 05:01:36 +0000
committerRichard M. Stallman <[email protected]>1994-01-13 05:01:36 +0000
commitae82682ff7c4d87cc66b149aeb53d581c435c9de (patch)
tree1de963776cb8687df2a169419a0c172b740aed2e
parentf161d0cc30cdf92892519c700a78982605e55e07 (diff)
(xterm.o): Depends on syssignal.h.
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 1e01e8b2d1..cd767777a6 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -749,7 +749,7 @@ xfns.o : xfns.c buffer.h frame.h window.h keyboard.h xterm.h \
blockinput.h $(config_h)
xmenu.o : xmenu.c xterm.h window.h frame.h keyboard.h blockinput.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 \
+ dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \
gnu.h sink.h sinkmask.h $(config_h)
xselect.o : xselect.c dispextern.h frame.h xterm.h blockinput.h $(config_h)
xrdb.o : xrdb.c $(config_h)