diff options
| author | Eli Zaretskii | 1999-08-02 12:46:06 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 1999-08-02 12:46:06 +0000 |
| commit | 1c561322585a9c14b06e48a27766a8669f732ec6 (patch) | |
| tree | 963340fa17c68e24a2faad0753c2d55db080e31c /src | |
| parent | 1a6d36231377f0805d276fe08ffbd3f2842ac83f (diff) | |
| download | emacs-1c561322585a9c14b06e48a27766a8669f732ec6.tar.gz emacs-1c561322585a9c14b06e48a27766a8669f732ec6.zip | |
(frame.o, sysdep.o, xfaces.o): Depend on dosfns.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 69ae7784957..a3d44dd39db 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1073,7 +1073,7 @@ fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC charset.h \ | |||
| 1073 | filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h) | 1073 | filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h) |
| 1074 | filemode.o: filemode.c $(config_h) | 1074 | filemode.o: filemode.c $(config_h) |
| 1075 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ | 1075 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ |
| 1076 | buffer.h charset.h fontset.h msdos.h $(config_h) | 1076 | buffer.h charset.h fontset.h msdos.h dosfns.h $(config_h) |
| 1077 | fontset.o: fontset.h fontset.c ccl.h charset.h frame.h $(config_h) | 1077 | fontset.o: fontset.h fontset.c ccl.h charset.h frame.h $(config_h) |
| 1078 | getloadavg.o: getloadavg.c $(config_h) | 1078 | getloadavg.o: getloadavg.c $(config_h) |
| 1079 | indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ | 1079 | indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ |
| @@ -1112,7 +1112,7 @@ syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \ | |||
| 1112 | $(config_h) | 1112 | $(config_h) |
| 1113 | sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ | 1113 | sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ |
| 1114 | frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h \ | 1114 | frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h \ |
| 1115 | msdos.h | 1115 | msdos.h dosfns.h |
| 1116 | term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ | 1116 | term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ |
| 1117 | disptab.h keyboard.h charset.h coding.h ccl.h msdos.h | 1117 | disptab.h keyboard.h charset.h coding.h ccl.h msdos.h |
| 1118 | termcap.o: termcap.c $(config_h) | 1118 | termcap.o: termcap.c $(config_h) |
| @@ -1133,7 +1133,7 @@ xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h coding.h \ | |||
| 1133 | termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \ | 1133 | termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \ |
| 1134 | msdos.h | 1134 | msdos.h |
| 1135 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ | 1135 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ |
| 1136 | window.h charset.h msdos.h $(config_h) | 1136 | window.h charset.h msdos.h dosfns.h $(config_h) |
| 1137 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h\ | 1137 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h\ |
| 1138 | $(srcdir)/../lwlib/lwlib.h blockinput.h epaths.h charset.h $(config_h) | 1138 | $(srcdir)/../lwlib/lwlib.h blockinput.h epaths.h charset.h $(config_h) |
| 1139 | xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ | 1139 | xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ |