summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-24 16:22:56 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-24 16:22:56 +0000
commit9646572df4614bf0ca3d0cc3a12c67afe3388b8b (patch)
treeddd7fc00c5d81e773d29cab752e23b7efabbbbc1
parent6a8e8b68f0aa8b903a7ed1073b01173a8be60f74 (diff)
downloademacs-9646572df4614bf0ca3d0cc3a12c67afe3388b8b.tar.gz
(xrdb.o): Depend on paths.h.
-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 \
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)
-xrdb.o: xrdb.c $(config_h)
+xrdb.o: xrdb.c $(config_h) paths.h
hftctl.o: hftctl.c $(config_h)
/* The files of Lisp proper */