diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-02-28 08:18:03 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-02-28 08:18:03 (GMT) |
commit | b94009476a3198e38be6651668538968b7db7099 (patch) | |
tree | 750a9d65a15d827323466dd261309578d9b22b6e /plugins | |
parent | e3071de79395803a4a1f4586eee067610fd56e9d (diff) | |
download | mxe-b94009476a3198e38be6651668538968b7db7099.zip mxe-b94009476a3198e38be6651668538968b7db7099.tar.gz mxe-b94009476a3198e38be6651668538968b7db7099.tar.bz2 |
gettext: remove native deps fixups
issue from #1892 was actually related to Bash on Ubuntu on Windows
and timestamp issues causing autotools to be called
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/native/gettext-deps.mk | 4 | ||||
l--------- | plugins/native/jessie/gettext-deps.mk | 1 | ||||
l--------- | plugins/native/trusty/gettext-deps.mk | 1 | ||||
l--------- | plugins/native/wheezy/gettext-deps.mk | 1 |
4 files changed, 0 insertions, 7 deletions
diff --git a/plugins/native/gettext-deps.mk b/plugins/native/gettext-deps.mk deleted file mode 100644 index e0d0fbe..0000000 --- a/plugins/native/gettext-deps.mk +++ /dev/null @@ -1,4 +0,0 @@ -# This file is part of MXE. See LICENSE.md for licensing information. - -# native build of gettext requires recent autotools -gettext_DEPS_$(BUILD) := $(gettext_DEPS_$(BUILD)) libtool diff --git a/plugins/native/jessie/gettext-deps.mk b/plugins/native/jessie/gettext-deps.mk deleted file mode 120000 index 5426ef9..0000000 --- a/plugins/native/jessie/gettext-deps.mk +++ /dev/null @@ -1 +0,0 @@ -../gettext-deps.mk
\ No newline at end of file diff --git a/plugins/native/trusty/gettext-deps.mk b/plugins/native/trusty/gettext-deps.mk deleted file mode 120000 index 5426ef9..0000000 --- a/plugins/native/trusty/gettext-deps.mk +++ /dev/null @@ -1 +0,0 @@ -../gettext-deps.mk
\ No newline at end of file diff --git a/plugins/native/wheezy/gettext-deps.mk b/plugins/native/wheezy/gettext-deps.mk deleted file mode 120000 index 5426ef9..0000000 --- a/plugins/native/wheezy/gettext-deps.mk +++ /dev/null @@ -1 +0,0 @@ -../gettext-deps.mk
\ No newline at end of file |