diff options
| author | Andrew Innes | 2001-10-12 13:18:58 +0000 |
|---|---|---|
| committer | Andrew Innes | 2001-10-12 13:18:58 +0000 |
| commit | caf7e1d205813b8802bfaac94c0ac59469836a62 (patch) | |
| tree | 1e0288313a0bf6d010ee549403dd957a7baffb5c /lib-src | |
| parent | 295c486989e5ba0c1785c9e6b13b0c9213874903 (diff) | |
| download | emacs-caf7e1d205813b8802bfaac94c0ac59469836a62.tar.gz emacs-caf7e1d205813b8802bfaac94c0ac59469836a62.zip | |
(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) | |||
| 240 | $(CP) $(BLD)/ctags.exe $(INSTALL_DIR)/bin | 240 | $(CP) $(BLD)/ctags.exe $(INSTALL_DIR)/bin |
| 241 | $(CP) $(BLD)/hexl.exe $(INSTALL_DIR)/bin | 241 | $(CP) $(BLD)/hexl.exe $(INSTALL_DIR)/bin |
| 242 | $(CP) $(BLD)/movemail.exe $(INSTALL_DIR)/bin | 242 | $(CP) $(BLD)/movemail.exe $(INSTALL_DIR)/bin |
| 243 | $(CP) $(BLD)/fakemail.exe $(INSTALL_DIR)/bin | ||
| 244 | - mkdir "$(INSTALL_DIR)/etc" | 243 | - mkdir "$(INSTALL_DIR)/etc" |
| 245 | $(CP) $(DOC) $(INSTALL_DIR)/etc | 244 | $(CP) $(DOC) $(INSTALL_DIR)/etc |
| 246 | 245 | ||