From beeab9cbe629dfcfcb15f2cd17dc732f3b12fe3d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 17 Oct 1994 01:17:41 +0000 Subject: [PATCH] (xfns.o): Depend on paths.h. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \