diff options
author | Andrew Innes <andrewi@gnu.org> | 2001-10-12 13:18:58 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2001-10-12 13:18:58 +0000 |
commit | caf7e1d205813b8802bfaac94c0ac59469836a62 (patch) | |
tree | 1e0288313a0bf6d010ee549403dd957a7baffb5c /lib-src | |
parent | 295c486989e5ba0c1785c9e6b13b0c9213874903 (diff) | |
download | emacs-caf7e1d205813b8802bfaac94c0ac59469836a62.tar.gz |
(install): Do not copy fakemail.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/makefile.w32-in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index d772628d006..07a9a9e024c 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -240,7 +240,6 @@ 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 |