From 13c7037a095149f270fd1aca8b393fd8efe68c9f Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 24 Jul 2011 21:26:01 +0200 Subject: Build system; generic macros: fix typo Signed-off-by: Abdoulaye Walsimou Gaye --- mk/macros.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mk/macros.mk b/mk/macros.mk index 4ae3164..7f2a209 100644 --- a/mk/macros.mk +++ b/mk/macros.mk @@ -378,21 +378,21 @@ __embtk_single_make_hostinstall = $($(PKGV)_MAKE_ENV) \ $(if $($(PKGV)_DESTDIR),DESTDIR=$($(PKGV)_DESTDIR)) \ $($(PKGV)_MAKE_OPTS) install -__embtk_autotolspkg-y=$(2) +__embtk_autotoolspkg-y=$(2) define __embtk_install_pkg_make $(call embtk_generic_msg,"Compiling and installing $($(PKGV)_NAME)-$($(PKGV)_VERSION) in your root filesystem...") $(Q)$(if $(strip $($(PKGV)_DEPS)),$(MAKE) $($(PKGV)_DEPS)) $(Q)$(call embtk_download_pkg,$(1)) $(Q)$(call embtk_decompress_pkg,$(1)) - $(Q)$(if $(__embtk_autotolspkg-y),$(call embtk_configure_pkg,$(1))) + $(Q)$(if $(__embtk_autotoolspkg-y),$(call embtk_configure_pkg,$(1))) $(Q)$(if $($(PKGV)_MAKE_DIRS), \ $(__embtk_multi_make), \ $(__embtk_single_make)) $(Q)$(if $($(PKGV)_MAKE_DIRS), \ $(__embtk_multi_make_install), \ $(__embtk_single_make_install)) - $(Q)$(if $(__embtk_autotolspkg-y),$(call __embtk_fix_libtool_files)) - $(Q)$(if $(__embtk_autotolspkg-y),$(call __embtk_fix_pkgconfig_files)) + $(Q)$(if $(__embtk_autotoolspkg-y),$(call __embtk_fix_libtool_files)) + $(Q)$(if $(__embtk_autotoolspkg-y),$(call __embtk_fix_pkgconfig_files)) @touch $($(PKGV)_BUILD_DIR)/.installed endef define __embtk_install_hostpkg_make @@ -400,7 +400,7 @@ define __embtk_install_hostpkg_make $(Q)$(if $(strip $($(PKGV)_DEPS)),$(MAKE) $($(PKGV)_DEPS)) $(Q)$(call embtk_download_pkg,$(1)) $(Q)$(call embtk_decompress_hostpkg,$(1)) - $(Q)$(if $(__embtk_autotolspkg-y),$(call embtk_configure_hostpkg,$(1))) + $(Q)$(if $(__embtk_autotoolspkg-y),$(call embtk_configure_hostpkg,$(1))) $(Q)$(if $($(PKGV)_MAKE_DIRS), \ $(__embtk_multi_make), \ $(__embtk_single_make)) -- cgit v1.2.3