comparison src/gettext.mk @ 3669:99d5080d06a2

gettext: dont install bin_PROGRAMS from gettext-tools
author John Donoghue
date Wed, 23 Jul 2014 18:48:22 -0400
parents 5416bfbf1e48
children 91d78fc00cc8
comparison
equal deleted inserted replaced
3668:ceeb3ec75690 3669:99d5080d06a2
37 --without-libexpat-prefix \ 37 --without-libexpat-prefix \
38 --without-libxml2-prefix \ 38 --without-libxml2-prefix \
39 $(if $(filter msvc,$(MXE_SYSTEM)),ac_cv_func_memset=yes) \ 39 $(if $(filter msvc,$(MXE_SYSTEM)),ac_cv_func_memset=yes) \
40 CONFIG_SHELL=$(SHELL) && $(CONFIGURE_POST_HOOK) 40 CONFIG_SHELL=$(SHELL) && $(CONFIGURE_POST_HOOK)
41 $(MAKE) -C '$(1)/gettext-tools' -j '$(JOBS)' 41 $(MAKE) -C '$(1)/gettext-tools' -j '$(JOBS)'
42 $(MAKE) -C '$(1)/gettext-tools' -j 1 install DESTDIR='$(3)' 42 $(MAKE) -C '$(1)/gettext-tools' -j 1 install DESTDIR='$(3)' bin_PROGRAMS=
43 endef 43 endef