summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-01-24 21:55:40 +0000
committerRichard M. Stallman <rms@gnu.org>1996-01-24 21:55:40 +0000
commit0585341b2ba7824352bea6e5ad8f41d3a8fe140b (patch)
tree2a90a0026a2dfdd570841019c8bea6663238845b /src/Makefile.in
parent0fcaef2b6d3ca351c240ac2b5b21a121df55e38a (diff)
downloademacs-0585341b2ba7824352bea6e5ad8f41d3a8fe140b.tar.gz
(xmenu.o): Depend on termhooks.h.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index b4b31fd3119..09ae65dc5b2 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -985,7 +985,7 @@ xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
window.h $(config_h)
xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h \
blockinput.h paths.h $(config_h)
-xmenu.o: xmenu.c xterm.h window.h dispextern.h frame.h keyboard.h \
+xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \
blockinput.h puresize.h msdos.h $(config_h)
xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \
dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \