summaryrefslogtreecommitdiffstats
path: root/src/gettext.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2008-11-10 08:07:29 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2008-11-10 08:07:29 (GMT)
commit4956121a44ce157002fe52849b5d5cfec82ee3de (patch)
treecaa9dddca5bd64480e45f8e1d2d1d859073425ff /src/gettext.mk
parent6546c7595ba3214af9ca304b38b1aa1b0001b6b0 (diff)
downloadmxe-4956121a44ce157002fe52849b5d5cfec82ee3de.zip
mxe-4956121a44ce157002fe52849b5d5cfec82ee3de.tar.gz
mxe-4956121a44ce157002fe52849b5d5cfec82ee3de.tar.bz2
add 'SHELL=bash' hints where necessary, so it works on systems where /bin/sh isn't a Bash
Diffstat (limited to 'src/gettext.mk')
-rw-r--r--src/gettext.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gettext.mk b/src/gettext.mk
index 62dadcb..51c2aa2 100644
--- a/src/gettext.mk
+++ b/src/gettext.mk
@@ -21,5 +21,5 @@ define $(PKG)_BUILD
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--enable-threads=win32
- $(MAKE) -C '$(1)/intl' -j '$(JOBS)' install
+ $(MAKE) -C '$(1)/intl' -j '$(JOBS)' SHELL=bash install
endef