changeset 39752:b58336059062

Don't install fakemail.
author Jason Rumney <jasonr@gnu.org>
date Wed, 10 Oct 2001 21:11:23 +0000
parents 4c884afc638d
children 458bbfeaaf5e
files lib-src/makefile.nt
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/makefile.nt	Wed Oct 10 20:59:58 2001 +0000
+++ b/lib-src/makefile.nt	Wed Oct 10 21:11:23 2001 +0000
@@ -253,10 +253,13 @@
 		$(CP) $(BLD)\ctags.exe $(INSTALL_DIR)\bin
 		$(CP) $(BLD)\hexl.exe $(INSTALL_DIR)\bin
 		$(CP) $(BLD)\movemail.exe $(INSTALL_DIR)\bin
-		$(CP) $(BLD)\fakemail.exe $(INSTALL_DIR)\bin
 		- mkdir $(INSTALL_DIR)\etc
 		$(CP) $(DOC) $(INSTALL_DIR)\etc
 
+# Don't install fakemail by default, as it sends mail into a
+# blackhole if /bin/mail is not installed.
+#		$(CP) $(BLD)\fakemail.exe $(INSTALL_DIR)\bin
+
 #
 # Maintenance
 #