summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2006-03-12 17:20:13 +0000
committerJason Rumney <jasonr@gnu.org>2006-03-12 17:20:13 +0000
commit3e5dc87a5c406491785a13383e8ad2357fea4019 (patch)
tree3227e757124359fd00dbcba48060c1c08ffa4f8b /nt
parent4b6c7aaa76dcb8f4d1f307e00bf30561889225a9 (diff)
downloademacs-3e5dc87a5c406491785a13383e8ad2357fea4019.tar.gz
(install): Use -q when invoking addpm. Avoids problem with MSYS trying
to interpret it as a fake path and messing with it.
Diffstat (limited to 'nt')
-rw-r--r--nt/makefile.w32-in2
1 files changed, 1 insertions, 1 deletions
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"