mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(UTILITIES): Remove cvtmail.
(cvtmail${EXEEXT}): Remove.
This commit is contained in:
parent
eaf1ee5759
commit
a8a8ec612e
2 changed files with 7 additions and 4 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2009-08-19 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (UTILITIES): Remove cvtmail.
|
||||
(cvtmail${EXEEXT}): Remove.
|
||||
|
||||
2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
|
||||
|
||||
* b2m.c (main): Ensure that each message ends in two newlines.
|
||||
|
|
|
|||
|
|
@ -110,7 +110,8 @@ INSTALLABLE_SCRIPTS = rcs-checkin grep-changelog
|
|||
|
||||
# Things that Emacs runs internally, or during the build process,
|
||||
# which should not be installed in bindir.
|
||||
UTILITIES= profile${EXEEXT} digest-doc${EXEEXT} sorted-doc${EXEEXT} movemail${EXEEXT} cvtmail${EXEEXT} fakemail${EXEEXT} \
|
||||
UTILITIES= profile${EXEEXT} digest-doc${EXEEXT} sorted-doc${EXEEXT} \
|
||||
movemail${EXEEXT} fakemail${EXEEXT} \
|
||||
hexl${EXEEXT} update-game-score${EXEEXT}
|
||||
|
||||
DONT_INSTALL= test-distrib${EXEEXT} make-docfile${EXEEXT}
|
||||
|
|
@ -429,9 +430,6 @@ movemail.o: ${srcdir}/movemail.c ../src/config.h $(GETOPT_H)
|
|||
pop.o: ${srcdir}/pop.c ../src/config.h
|
||||
$(CC) -c ${CPP_CFLAGS} ${MOVE_FLAGS} ${srcdir}/pop.c
|
||||
|
||||
cvtmail${EXEEXT}: ${srcdir}/cvtmail.c
|
||||
$(CC) ${ALL_CFLAGS} ${srcdir}/cvtmail.c $(LOADLIBES) -o cvtmail
|
||||
|
||||
fakemail${EXEEXT}: ${srcdir}/fakemail.c ../src/config.h
|
||||
$(CC) ${ALL_CFLAGS} ${srcdir}/fakemail.c $(LOADLIBES) -o fakemail
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue