]> code.delx.au - gnu-emacs/commitdiff
(install): Use -q when invoking addpm. Avoids problem with MSYS trying
authorJason Rumney <jasonr@gnu.org>
Sun, 12 Mar 2006 17:20:13 +0000 (17:20 +0000)
committerJason Rumney <jasonr@gnu.org>
Sun, 12 Mar 2006 17:20:13 +0000 (17:20 +0000)
to interpret it as a fake path and messing with it.

nt/makefile.w32-in

index ca1e22b93bbab2a1490ace41b8c0a3f7038ca822..5e8de8bdf6511d07a90d9d1098d5a0a169597723 100644 (file)
@@ -180,7 +180,7 @@ install: all $(INSTALL_DIR)/bin install-other-dirs-$(MAKETYPE)
        - $(CP) $(BLD)/ddeclient.exe $(INSTALL_DIR)/bin\r
        - $(CP) $(BLD)/cmdproxy.exe $(INSTALL_DIR)/bin\r
        - $(CP) $(BLD)/runemacs.exe $(INSTALL_DIR)/bin\r
-       - "$(INSTALL_DIR)/bin/addpm" /q\r
+       - "$(INSTALL_DIR)/bin/addpm" -q\r
        - $(DEL) ../same-dir.tst\r
        - $(DEL) $(INSTALL_DIR)/same-dir.tst\r
        echo SameDirTest > "$(INSTALL_DIR)/same-dir.tst"\r