Target directory for install-dlls and install-tpconf-i18n were missing.
This commit is contained in:
parent
e46226cfcc
commit
c0bac21beb
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -669,7 +669,9 @@ bdist-win32:
|
|||
COMPLETIONDIR:=./win32/bdist \
|
||||
INCLUDE_PREFIX:=./win32/bdist/plugins/include \
|
||||
MAGIC_PREFIX:=./win32/bdist/plugins
|
||||
make install-dlls install-tpconf-i18n
|
||||
make install-dlls install-tpconf-i18n \
|
||||
BIN_PREFIX:=./win32/bdist \
|
||||
LOCALE_PREFIX:=./win32/bdist/locale
|
||||
|
||||
# "make bdist-clean" deletes the 'bdist' directory
|
||||
.PHONY: bdist-clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue