diff options
| author | Richard M. Stallman | 2005-12-26 16:30:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-12-26 16:30:21 +0000 |
| commit | 066185fc2e3ec9465a7ecfad83de2ad69c8c22aa (patch) | |
| tree | 309adceadea7f838cd1a1ac8f01b70105e5123b7 /src | |
| parent | 1d5e15d04664e949b870da1d4199f9e17e6ff142 (diff) | |
| download | emacs-066185fc2e3ec9465a7ecfad83de2ad69c8c22aa.tar.gz emacs-066185fc2e3ec9465a7ecfad83de2ad69c8c22aa.zip | |
(undo.o): Depend on window.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 0b98750b21f..0e057098cbd 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1165,7 +1165,7 @@ term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ | |||
| 1165 | termcap.o: termcap.c $(config_h) | 1165 | termcap.o: termcap.c $(config_h) |
| 1166 | terminfo.o: terminfo.c $(config_h) | 1166 | terminfo.o: terminfo.c $(config_h) |
| 1167 | tparam.o: tparam.c $(config_h) | 1167 | tparam.o: tparam.c $(config_h) |
| 1168 | undo.o: undo.c buffer.h commands.h $(config_h) | 1168 | undo.o: undo.c buffer.h commands.h window.h $(config_h) |
| 1169 | /* This hack is to discard any space that cpp might put at the beginning | 1169 | /* This hack is to discard any space that cpp might put at the beginning |
| 1170 | of UNEXEC when substituting it in. */ | 1170 | of UNEXEC when substituting it in. */ |
| 1171 | UNEXEC_ALIAS=UNEXEC | 1171 | UNEXEC_ALIAS=UNEXEC |