Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a8a8ec61
Commit
a8a8ec61
authored
Aug 19, 2009
by
Glenn Morris
Browse files
(UTILITIES): Remove cvtmail.
(cvtmail${EXEEXT}): Remove.
parent
eaf1ee57
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
lib-src/ChangeLog
lib-src/ChangeLog
+5
-0
lib-src/Makefile.in
lib-src/Makefile.in
+2
-4
No files found.
lib-src/ChangeLog
View file @
a8a8ec61
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.
...
...
lib-src/Makefile.in
View file @
a8a8ec61
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment