gettext, libiconv, libtool native plugins: fix variable redefinition

This commit is contained in:
Tony Theodore 2015-11-30 16:47:41 +11:00
parent 70c4d91a07
commit 710abc5559
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# See index.html for further information.
PKG := gettext
$(PKG)_TARGETS += $(BUILD)
$(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS)
$(PKG)_DEPS_$(BUILD) := libiconv
define $(PKG)_BUILD_$(BUILD)

View File

@ -2,7 +2,7 @@
# See index.html for further information.
PKG := libiconv
$(PKG)_TARGETS += $(BUILD)
$(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS)
$(PKG)_DEPS_$(BUILD) :=
define $(PKG)_BUILD_$(BUILD)

View File

@ -2,7 +2,7 @@
# See index.html for further information.
PKG := libtool
$(PKG)_TARGETS += $(BUILD)
$(PKG)_TARGETS := $(BUILD)
$(PKG)_DEPS_$(BUILD) := autoconf automake
define $(PKG)_BUILD_$(BUILD)