mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
Don't install fakemail.
This commit is contained in:
parent
57854d7a44
commit
d5c5d66a60
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user