mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-12 16:23:57 +00:00
(yow): Depend on epaths.h, not paths.h.
This commit is contained in:
parent
77e544a4cd
commit
4c32bfb9bc
@ -398,7 +398,7 @@ cvtmail: ${srcdir}/cvtmail.c
|
||||
fakemail: ${srcdir}/fakemail.c ../src/config.h
|
||||
$(CC) ${ALL_CFLAGS} ${srcdir}/fakemail.c $(LOADLIBES) -o fakemail
|
||||
|
||||
yow: ${srcdir}/yow.c ../src/paths.h
|
||||
yow: ${srcdir}/yow.c ../src/epaths.h
|
||||
$(CC) ${ALL_CFLAGS} ${srcdir}/yow.c $(LOADLIBES) -o yow
|
||||
|
||||
emacsserver: ${srcdir}/emacsserver.c ../src/config.h
|
||||
|
Loading…
Reference in New Issue
Block a user