diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-08-24 16:22:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-08-24 16:22:56 +0000 |
commit | 9646572df4614bf0ca3d0cc3a12c67afe3388b8b (patch) | |
tree | ddd7fc00c5d81e773d29cab752e23b7efabbbbc1 /src | |
parent | 6a8e8b68f0aa8b903a7ed1073b01173a8be60f74 (diff) | |
download | emacs-9646572df4614bf0ca3d0cc3a12c67afe3388b8b.tar.gz |
(xrdb.o): Depend on paths.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 2 |
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 */ |