(install): Use -q when invoking addpm. Avoids problem with MSYS trying
to interpret it as a fake path and messing with it.
This commit is contained in:
parent
f4c6fac4e8
commit
f898506184
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue