diff options
| author | Luc Teirlinck | 2005-12-26 18:36:37 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-12-26 18:36:37 +0000 |
| commit | a273d9eb0d4e2c0e0ebb988be567302b72e37b0c (patch) | |
| tree | f4e2a71bfa6fd2393e6f0c71870a509777ed7c73 /src | |
| parent | ac0526190ab00b4ea236e0ef1dc43f998d4ae9e6 (diff) | |
| download | emacs-a273d9eb0d4e2c0e0ebb988be567302b72e37b0c.tar.gz emacs-a273d9eb0d4e2c0e0ebb988be567302b72e37b0c.zip | |
(undo.o): Depend on keyboard.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 0e057098cbd..92d8842e6af 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 window.h $(config_h) | 1168 | undo.o: undo.c buffer.h commands.h window.h keyboard.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 |