aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman1994-10-17 01:17:41 +0000
committerRichard M. Stallman1994-10-17 01:17:41 +0000
commitbeeab9cbe629dfcfcb15f2cd17dc732f3b12fe3d (patch)
tree2f8344efa5ea3bfc34a201c0d90e053a2ebeeaee /src/Makefile.in
parent73954200c5aae4185e7fabc7b162e44b7c078e06 (diff)
downloademacs-beeab9cbe629dfcfcb15f2cd17dc732f3b12fe3d.tar.gz
emacs-beeab9cbe629dfcfcb15f2cd17dc732f3b12fe3d.zip
(xfns.o): Depend on paths.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 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 \
864xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ 864xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
865 window.h $(config_h) 865 window.h $(config_h)
866xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h \ 866xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h \
867 blockinput.h $(config_h) 867 blockinput.h paths.h $(config_h)
868xmenu.o: xmenu.c xterm.h window.h dispextern.h frame.h keyboard.h \ 868xmenu.o: xmenu.c xterm.h window.h dispextern.h frame.h keyboard.h \
869 blockinput.h puresize.h $(config_h) 869 blockinput.h puresize.h $(config_h)
870xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ 870xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \