aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-24 16:22:56 +0000
committerRichard M. Stallman1997-08-24 16:22:56 +0000
commitfe7d182410dde57aecae0e9a7d02d7114c42c9fe (patch)
tree654400adf52800f7f2cc59561d884152afc186ea /src
parent54abe472d5b57f1877a4287bf66a6340c16bdcd7 (diff)
downloademacs-fe7d182410dde57aecae0e9a7d02d7114c42c9fe.tar.gz
emacs-fe7d182410dde57aecae0e9a7d02d7114c42c9fe.zip
(xrdb.o): Depend on paths.h.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index cefc9f07aa4..41d8adfecf5 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1093,7 +1093,7 @@ xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \
1093 keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h) 1093 keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h)
1094xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ 1094xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \
1095 coding.h $(config_h) 1095 coding.h $(config_h)
1096xrdb.o: xrdb.c $(config_h) 1096xrdb.o: xrdb.c $(config_h) paths.h
1097hftctl.o: hftctl.c $(config_h) 1097hftctl.o: hftctl.c $(config_h)
1098 1098
1099/* The files of Lisp proper */ 1099/* The files of Lisp proper */