From: Kenichi Handa Date: Tue, 21 Oct 1997 10:43:40 +0000 (+0000) Subject: (xselect.o): Depend on buffer.h. X-Git-Tag: emacs-20.3~2967 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bcd17685299af0f8086549410e8508345a99f12a;p=emacs.git (xselect.o): Depend on buffer.h. --- diff --git a/src/Makefile.in b/src/Makefile.in index 819c37609ee..235e3781ba0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1098,7 +1098,7 @@ 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 \ keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h) xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ - coding.h $(config_h) + coding.h buffer.h $(config_h) xrdb.o: xrdb.c $(config_h) paths.h hftctl.o: hftctl.c $(config_h)