From f1519a2a3916e59bc7f0bf2e68a594a8a694f2ea Mon Sep 17 00:00:00 2001 From: dolphin6k Date: Mon, 7 Feb 2022 22:26:54 +0900 Subject: [PATCH] Better way to install dll files and .mo files for tpconf only for the target "bdist-win32" --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 72f49c64d..4aebdf1ec 100644 --- a/Makefile +++ b/Makefile @@ -668,10 +668,8 @@ bdist-win32: CONFDIR:=./win32/bdist \ COMPLETIONDIR:=./win32/bdist \ INCLUDE_PREFIX:=./win32/bdist/plugins/include \ - MAGIC_PREFIX:=./win32/bdist/plugins - make install-dlls install-tpconf-i18n \ - BIN_PREFIX:=./win32/bdist \ - LOCALE_PREFIX:=./win32/bdist/locale + MAGIC_PREFIX:=./win32/bdist/plugins \ + ARCH_INSTALL:=install-dlls install-tpconf-i18n # "make bdist-clean" deletes the 'bdist' directory .PHONY: bdist-clean