diff options
| author | Richard M. Stallman | 2005-12-26 22:10:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-12-26 22:10:18 +0000 |
| commit | 9cb38333711ffe91fa8bbd0ae6bb162206cbe2f4 (patch) | |
| tree | 7aad3cee43dbbee36036a6da32fd7ddd7afcf71a | |
| parent | 74338b5eb869852f7305c40f830e1dc5ea19d145 (diff) | |
| download | emacs-9cb38333711ffe91fa8bbd0ae6bb162206cbe2f4.tar.gz emacs-9cb38333711ffe91fa8bbd0ae6bb162206cbe2f4.zip | |
(undo.o): Undo previous change.
| -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 92d8842e6af..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 window.h keyboard.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 |