comparison src/gettext.mk @ 1080:5602f49af84e

bugfix: use consistently "CONFIG_SHELL=$(SHELL)" to fix packages that contain bashisms
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 16 Jul 2010 13:23:37 +0200
parents 7da042a72e83
children f653602a0500
comparison
equal deleted inserted replaced
1079:5a67a60d7367 1080:5602f49af84e
24 --host='$(TARGET)' \ 24 --host='$(TARGET)' \
25 --disable-shared \ 25 --disable-shared \
26 --prefix='$(PREFIX)/$(TARGET)' \ 26 --prefix='$(PREFIX)/$(TARGET)' \
27 --enable-threads=win32 \ 27 --enable-threads=win32 \
28 --without-libexpat-prefix \ 28 --without-libexpat-prefix \
29 --without-libxml2-prefix 29 --without-libxml2-prefix \
30 $(MAKE) -C '$(1)/gettext-runtime/intl' -j '$(JOBS)' SHELL=bash install 30 CONFIG_SHELL=$(SHELL)
31 $(MAKE) -C '$(1)/gettext-runtime/intl' -j '$(JOBS)' install
31 endef 32 endef