From: Jason Rumney Date: Sun, 12 Mar 2006 17:20:13 +0000 (+0000) Subject: (install): Use -q when invoking addpm. Avoids problem with MSYS trying X-Git-Tag: emacs-pretest-22.0.90~3634 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f89850618442dc1b6520c9447d15b8ca0fe135f7;p=emacs.git (install): Use -q when invoking addpm. Avoids problem with MSYS trying to interpret it as a fake path and messing with it. --- diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index ca1e22b93bb..5e8de8bdf65 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -180,7 +180,7 @@ install: all $(INSTALL_DIR)/bin install-other-dirs-$(MAKETYPE) - $(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"