diff options
| author | Richard M. Stallman | 1994-01-13 05:01:36 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-13 05:01:36 +0000 |
| commit | ae82682ff7c4d87cc66b149aeb53d581c435c9de (patch) | |
| tree | 1de963776cb8687df2a169419a0c172b740aed2e /src | |
| parent | f161d0cc30cdf92892519c700a78982605e55e07 (diff) | |
| download | emacs-ae82682ff7c4d87cc66b149aeb53d581c435c9de.tar.gz emacs-ae82682ff7c4d87cc66b149aeb53d581c435c9de.zip | |
(xterm.o): Depends on syssignal.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 1e01e8b2d10..cd767777a6c 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 \ | |||
| 749 | blockinput.h $(config_h) | 749 | blockinput.h $(config_h) |
| 750 | xmenu.o : xmenu.c xterm.h window.h frame.h keyboard.h blockinput.h $(config_h) | 750 | xmenu.o : xmenu.c xterm.h window.h frame.h keyboard.h blockinput.h $(config_h) |
| 751 | xterm.o : xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ | 751 | xterm.o : xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ |
| 752 | dispextern.h frame.h disptab.h blockinput.h systime.h \ | 752 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ |
| 753 | gnu.h sink.h sinkmask.h $(config_h) | 753 | gnu.h sink.h sinkmask.h $(config_h) |
| 754 | xselect.o : xselect.c dispextern.h frame.h xterm.h blockinput.h $(config_h) | 754 | xselect.o : xselect.c dispextern.h frame.h xterm.h blockinput.h $(config_h) |
| 755 | xrdb.o : xrdb.c $(config_h) | 755 | xrdb.o : xrdb.c $(config_h) |