mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
* intl/Makefile: Run gettext-test only if msgfmt is available.
This commit is contained in:
parent
5e76a3468a
commit
c7fd70badb
@ -46,12 +46,14 @@ include ../Rules
|
|||||||
|
|
||||||
ifeq (no,$(cross-compiling))
|
ifeq (no,$(cross-compiling))
|
||||||
ifeq (yes,$(build-shared))
|
ifeq (yes,$(build-shared))
|
||||||
|
ifneq ($(strip $(MSGFMT)),:)
|
||||||
.PHONY: do-gettext-test
|
.PHONY: do-gettext-test
|
||||||
tests: do-gettext-test
|
tests: do-gettext-test
|
||||||
do-gettext-test: tst-gettext.sh $(objpfx)tst-gettext
|
do-gettext-test: tst-gettext.sh $(objpfx)tst-gettext
|
||||||
$(SHELL) -e $< $(common-objpfx) $(objpfx)
|
$(SHELL) -e $< $(common-objpfx) $(objpfx)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
$(objpfx)msgs.h: po2test.sed ../po/de.po
|
$(objpfx)msgs.h: po2test.sed ../po/de.po
|
||||||
$(make-target-directory)
|
$(make-target-directory)
|
||||||
|
Loading…
Reference in New Issue
Block a user