gettext, libiconv, libtool native plugins: fix variable redefinition

pull/908/merge
Tony Theodore 9 years ago
parent 70c4d91a07
commit 710abc5559

@ -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)

@ -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)

@ -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)

Loading…
Cancel
Save