Mercurial > emacs
changeset 69447:ba388b0284f4
(install): Use -q when invoking addpm. Avoids problem with MSYS trying
to interpret it as a fake path and messing with it.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sun, 12 Mar 2006 17:20:13 +0000 |
parents | bffee52ee41d |
children | 2cfb4f293525 |
files | nt/makefile.w32-in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/makefile.w32-in Sun Mar 12 17:16:54 2006 +0000 +++ b/nt/makefile.w32-in Sun Mar 12 17:20:13 2006 +0000 @@ -180,7 +180,7 @@ - $(CP) $(BLD)/ddeclient.exe $(INSTALL_DIR)/bin - $(CP) $(BLD)/cmdproxy.exe $(INSTALL_DIR)/bin - $(CP) $(BLD)/runemacs.exe $(INSTALL_DIR)/bin - - "$(INSTALL_DIR)/bin/addpm" /q + - "$(INSTALL_DIR)/bin/addpm" -q - $(DEL) ../same-dir.tst - $(DEL) $(INSTALL_DIR)/same-dir.tst echo SameDirTest > "$(INSTALL_DIR)/same-dir.tst"