(yow): Depend on epaths.h, not paths.h.
This commit is contained in:
parent
77e544a4cd
commit
4c32bfb9bc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue