diff options
| author | Richard M. Stallman | 1999-02-26 11:36:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-02-26 11:36:54 +0000 |
| commit | 4c32bfb9bc14478442d2513aaa3853fa8b9fbb5e (patch) | |
| tree | f0199fe765c6a47cda481fb272f75e5e99e7e0f2 /lib-src/Makefile.in | |
| parent | 77e544a4cd34dbbc778b1fcfd9f393a6d05be7aa (diff) | |
| download | emacs-4c32bfb9bc14478442d2513aaa3853fa8b9fbb5e.tar.gz emacs-4c32bfb9bc14478442d2513aaa3853fa8b9fbb5e.zip | |
(yow): Depend on epaths.h, not paths.h.
Diffstat (limited to 'lib-src/Makefile.in')
| -rw-r--r-- | lib-src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 9de51149ea4..8863e4f45a4 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -398,7 +398,7 @@ cvtmail: ${srcdir}/cvtmail.c | |||
| 398 | fakemail: ${srcdir}/fakemail.c ../src/config.h | 398 | fakemail: ${srcdir}/fakemail.c ../src/config.h |
| 399 | $(CC) ${ALL_CFLAGS} ${srcdir}/fakemail.c $(LOADLIBES) -o fakemail | 399 | $(CC) ${ALL_CFLAGS} ${srcdir}/fakemail.c $(LOADLIBES) -o fakemail |
| 400 | 400 | ||
| 401 | yow: ${srcdir}/yow.c ../src/paths.h | 401 | yow: ${srcdir}/yow.c ../src/epaths.h |
| 402 | $(CC) ${ALL_CFLAGS} ${srcdir}/yow.c $(LOADLIBES) -o yow | 402 | $(CC) ${ALL_CFLAGS} ${srcdir}/yow.c $(LOADLIBES) -o yow |
| 403 | 403 | ||
| 404 | emacsserver: ${srcdir}/emacsserver.c ../src/config.h | 404 | emacsserver: ${srcdir}/emacsserver.c ../src/config.h |