summaryrefslogtreecommitdiffstats
path: root/src/gettext.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-10-19 06:05:20 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-10-19 06:05:20 (GMT)
commit2abbc856c59e32f6349afd54a389d03b2eaa6a0a (patch)
tree7af2485845b3e4b624ee2d29edd4b25bcda94059 /src/gettext.mk
parente7f085346efea0196f0c02a042d6f6d267c2327f (diff)
downloadmxe-2abbc856c59e32f6349afd54a389d03b2eaa6a0a.zip
mxe-2abbc856c59e32f6349afd54a389d03b2eaa6a0a.tar.gz
mxe-2abbc856c59e32f6349afd54a389d03b2eaa6a0a.tar.bz2
packages gettext libiconv: remove unnecessary native builds
Diffstat (limited to 'src/gettext.mk')
-rw-r--r--src/gettext.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gettext.mk b/src/gettext.mk
index 7930c9e..7e36506 100644
--- a/src/gettext.mk
+++ b/src/gettext.mk
@@ -17,14 +17,6 @@ define $(PKG)_UPDATE
head -1
endef
-define $(PKG)_BUILD_$(BUILD)
- mkdir '$(1).build'
- cd '$(1).build' && '$(1)/configure' \
- --prefix='$(PREFIX)/$(TARGET)'
- $(MAKE) -C '$(1).build' -j '$(JOBS)'
- $(MAKE) -C '$(1).build' -j 1 install
-endef
-
define $(PKG)_BUILD
cd '$(1)/gettext-runtime' && ./configure \
--host='$(TARGET)' \