From: Richard M. Stallman Date: Mon, 17 Oct 1994 01:17:41 +0000 (+0000) Subject: (xfns.o): Depend on paths.h. X-Git-Tag: emacs-19.34~6295 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=beeab9cbe629dfcfcb15f2cd17dc732f3b12fe3d;p=emacs.git (xfns.o): Depend on paths.h. --- diff --git a/src/Makefile.in b/src/Makefile.in index 4e15c462efd..2696a57c53d 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -864,7 +864,7 @@ xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h \ 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 $(config_h) + blockinput.h paths.h $(config_h) xmenu.o: xmenu.c xterm.h window.h dispextern.h frame.h keyboard.h \ blockinput.h puresize.h $(config_h) xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \