Mercurial > emacs
diff nt/makefile.w32-in @ 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 | 067115a6e738 |
children | 7ae36b2cbdc6 a802c5505156 |
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"