diff options
| author | Richard M. Stallman | 1995-01-20 23:48:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-01-20 23:48:46 +0000 |
| commit | 9d83f28943e4012f702b596290bd6797c949bca2 (patch) | |
| tree | 056e6a705c2d05a78ef0bab113aaf69bdddc93d5 /src/Makefile.in | |
| parent | 2d1d8be6ccd5a4d7007caaef351423ea33dbe500 (diff) | |
| download | emacs-9d83f28943e4012f702b596290bd6797c949bca2.tar.gz emacs-9d83f28943e4012f702b596290bd6797c949bca2.zip | |
(xmenu.o): Add msdos.h as dependency.
Diffstat (limited to 'src/Makefile.in')
| -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 5bccb0d5093..6643f2c00ee 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -882,7 +882,7 @@ xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ | |||
| 882 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h \ | 882 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h \ |
| 883 | blockinput.h paths.h $(config_h) | 883 | blockinput.h paths.h $(config_h) |
| 884 | xmenu.o: xmenu.c xterm.h window.h dispextern.h frame.h keyboard.h \ | 884 | xmenu.o: xmenu.c xterm.h window.h dispextern.h frame.h keyboard.h \ |
| 885 | blockinput.h puresize.h $(config_h) | 885 | blockinput.h puresize.h msdos.h $(config_h) |
| 886 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ | 886 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ |
| 887 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ | 887 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ |
| 888 | keyboard.h gnu.h sink.h sinkmask.h $(config_h) | 888 | keyboard.h gnu.h sink.h sinkmask.h $(config_h) |