diff options
| author | Richard M. Stallman | 1997-08-24 16:22:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-24 16:22:56 +0000 |
| commit | fe7d182410dde57aecae0e9a7d02d7114c42c9fe (patch) | |
| tree | 654400adf52800f7f2cc59561d884152afc186ea /src | |
| parent | 54abe472d5b57f1877a4287bf66a6340c16bdcd7 (diff) | |
| download | emacs-fe7d182410dde57aecae0e9a7d02d7114c42c9fe.tar.gz emacs-fe7d182410dde57aecae0e9a7d02d7114c42c9fe.zip | |
(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 \ | |||
| 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) |
| 1094 | xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ | 1094 | xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ |
| 1095 | coding.h $(config_h) | 1095 | coding.h $(config_h) |
| 1096 | xrdb.o: xrdb.c $(config_h) | 1096 | xrdb.o: xrdb.c $(config_h) paths.h |
| 1097 | hftctl.o: hftctl.c $(config_h) | 1097 | hftctl.o: hftctl.c $(config_h) |
| 1098 | 1098 | ||
| 1099 | /* The files of Lisp proper */ | 1099 | /* The files of Lisp proper */ |