]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't install fakemail.
authorJason Rumney <jasonr@gnu.org>
Wed, 10 Oct 2001 21:13:33 +0000 (21:13 +0000)
committerJason Rumney <jasonr@gnu.org>
Wed, 10 Oct 2001 21:13:33 +0000 (21:13 +0000)
lib-src/makefile.nt

index 22fc3ac9b2a6c637094c3e3e29b912ae69e9ef52..02f5cf43558fb9873ab93b954dbf3e8616d4beaa 100644 (file)
@@ -253,10 +253,13 @@ install:  $(INSTALL_FILES)
                $(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. It sends mail into a
+# blackhole if /bin/mail is not installed.
+#              $(CP) $(BLD)\fakemail.exe $(INSTALL_DIR)\bin
+
 #
 # Maintenance
 #