aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuc Teirlinck2005-12-26 18:36:37 +0000
committerLuc Teirlinck2005-12-26 18:36:37 +0000
commita273d9eb0d4e2c0e0ebb988be567302b72e37b0c (patch)
treef4e2a71bfa6fd2393e6f0c71870a509777ed7c73 /src
parentac0526190ab00b4ea236e0ef1dc43f998d4ae9e6 (diff)
downloademacs-a273d9eb0d4e2c0e0ebb988be567302b72e37b0c.tar.gz
emacs-a273d9eb0d4e2c0e0ebb988be567302b72e37b0c.zip
(undo.o): Depend on keyboard.h.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
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 \
1165termcap.o: termcap.c $(config_h) 1165termcap.o: termcap.c $(config_h)
1166terminfo.o: terminfo.c $(config_h) 1166terminfo.o: terminfo.c $(config_h)
1167tparam.o: tparam.c $(config_h) 1167tparam.o: tparam.c $(config_h)
1168undo.o: undo.c buffer.h commands.h window.h $(config_h) 1168undo.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. */
1171UNEXEC_ALIAS=UNEXEC 1171UNEXEC_ALIAS=UNEXEC