diff options
| author | Richard M. Stallman <rms@gnu.org> | 1996-01-24 21:55:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1996-01-24 21:55:40 +0000 |
| commit | 690b03fe58e99a7d3144a8d032c491cde7d950e4 (patch) | |
| tree | bf9f0d8506d2723259165483e8fa0cedbbf00061 | |
| parent | d94ad35b2754754b8fe3712d5565c7a8c5162957 (diff) | |
| download | emacs-690b03fe58e99a7d3144a8d032c491cde7d950e4.tar.gz | |
(xmenu.o): Depend on termhooks.h.
| -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 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 \ |
