diff options
Diffstat (limited to 'lib-src/Makefile.in')
| -rw-r--r-- | lib-src/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 85a7c13c95a..4eb1658ac0a 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -107,7 +107,7 @@ INSTALLABLE_SCRIPTS = rcs-checkin grep-changelog | |||
| 107 | # Things that Emacs runs internally, or during the build process, | 107 | # Things that Emacs runs internally, or during the build process, |
| 108 | # which should not be installed in bindir. | 108 | # which should not be installed in bindir. |
| 109 | UTILITIES= profile${EXEEXT} digest-doc${EXEEXT} sorted-doc${EXEEXT} movemail${EXEEXT} cvtmail${EXEEXT} fakemail${EXEEXT} \ | 109 | UTILITIES= profile${EXEEXT} digest-doc${EXEEXT} sorted-doc${EXEEXT} movemail${EXEEXT} cvtmail${EXEEXT} fakemail${EXEEXT} \ |
| 110 | yow${EXEEXT} hexl${EXEEXT} update-game-score${EXEEXT} | 110 | hexl${EXEEXT} update-game-score${EXEEXT} |
| 111 | 111 | ||
| 112 | DONT_INSTALL= test-distrib${EXEEXT} make-docfile${EXEEXT} | 112 | DONT_INSTALL= test-distrib${EXEEXT} make-docfile${EXEEXT} |
| 113 | 113 | ||
| @@ -449,9 +449,6 @@ cvtmail${EXEEXT}: ${srcdir}/cvtmail.c | |||
| 449 | fakemail${EXEEXT}: ${srcdir}/fakemail.c ../src/config.h | 449 | fakemail${EXEEXT}: ${srcdir}/fakemail.c ../src/config.h |
| 450 | $(CC) ${ALL_CFLAGS} ${srcdir}/fakemail.c $(LOADLIBES) -o fakemail | 450 | $(CC) ${ALL_CFLAGS} ${srcdir}/fakemail.c $(LOADLIBES) -o fakemail |
| 451 | 451 | ||
| 452 | yow${EXEEXT}: ${srcdir}/yow.c ../src/epaths.h | ||
| 453 | $(CC) ${ALL_CFLAGS} ${srcdir}/yow.c $(LOADLIBES) -o yow | ||
| 454 | |||
| 455 | emacsclient${EXEEXT}: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS) | 452 | emacsclient${EXEEXT}: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS) |
| 456 | $(CC) ${ALL_CFLAGS} ${srcdir}/emacsclient.c $(GETOPTOBJS) \ | 453 | $(CC) ${ALL_CFLAGS} ${srcdir}/emacsclient.c $(GETOPTOBJS) \ |
| 457 | -DVERSION="\"${version}\"" \ | 454 | -DVERSION="\"${version}\"" \ |