From 710abc555975f2cde0b1ef303d43461004775b71 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Mon, 30 Nov 2015 16:47:41 +1100 Subject: gettext, libiconv, libtool native plugins: fix variable redefinition --- plugins/native/gettext.mk | 2 +- plugins/native/libiconv.mk | 2 +- plugins/native/libtool.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/native/gettext.mk b/plugins/native/gettext.mk index 4c4c268..413671f 100644 --- a/plugins/native/gettext.mk +++ b/plugins/native/gettext.mk @@ -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) diff --git a/plugins/native/libiconv.mk b/plugins/native/libiconv.mk index f9ed4b5..faadeed 100644 --- a/plugins/native/libiconv.mk +++ b/plugins/native/libiconv.mk @@ -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) diff --git a/plugins/native/libtool.mk b/plugins/native/libtool.mk index aba7204..58769fa 100644 --- a/plugins/native/libtool.mk +++ b/plugins/native/libtool.mk @@ -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) -- cgit v0.12