diff options
author | Jason Rumney <jasonr@gnu.org> | 2001-10-10 21:11:23 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2001-10-10 21:11:23 +0000 |
commit | d5c5d66a600dea47b81907e7971db09e1b82534c (patch) | |
tree | 3e1091028f602f5d3ccec3ce0503228a6644a75d /lib-src/makefile.nt | |
parent | 57854d7a44ff88a052b171268aa0778dc74ee0ee (diff) | |
download | emacs-d5c5d66a600dea47b81907e7971db09e1b82534c.tar.gz |
Don't install fakemail.
Diffstat (limited to 'lib-src/makefile.nt')
-rw-r--r-- | lib-src/makefile.nt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt index 22fc3ac9b2a..9f992ad8da3 100644 --- a/lib-src/makefile.nt +++ b/lib-src/makefile.nt @@ -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, as it sends mail into a +# blackhole if /bin/mail is not installed. +# $(CP) $(BLD)\fakemail.exe $(INSTALL_DIR)\bin + # # Maintenance # |