summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/macros.packages.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/macros.packages.mk b/mk/macros.packages.mk
index 10b65c2..587ec6b 100644
--- a/mk/macros.packages.mk
+++ b/mk/macros.packages.mk
@@ -376,8 +376,9 @@ define __embtk_install_pkg_make
$(Q)$(if $(__embtk_pkg_makedirs), \
$(__embtk_multi_make_install), \
$(__embtk_single_make_install))
- $(Q)$(if $(__embtk_autotoolspkg-y),$(call __embtk_fix_libtool_files))
- $(Q)$(if $(__embtk_autotoolspkg-y),$(call __embtk_fix_pkgconfig_files))
+ $(Q)$(if $(__embtk_autotoolspkg-y)$(__embtk_pkg_pkgconfigs),
+ $(call __embtk_fix_libtool_files)
+ $(call __embtk_fix_pkgconfig_files))
$(Q)touch $(__embtk_pkg_dotinstalled_f)
endef
define __embtk_install_hostpkg_make