From: Andreas Jaeger Date: Wed, 24 May 2000 09:31:17 +0000 (+0000) Subject: * intl/Makefile: Run gettext-test only if msgfmt is available. X-Git-Tag: cvs/glibc_2-1-91~388 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7fd70badb24e93823ff72e3fce64020cc5fa40d;p=thirdparty%2Fglibc.git * intl/Makefile: Run gettext-test only if msgfmt is available. --- diff --git a/intl/Makefile b/intl/Makefile index c9385ad9b38..a0278f2c4c3 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -46,12 +46,14 @@ include ../Rules ifeq (no,$(cross-compiling)) ifeq (yes,$(build-shared)) +ifneq ($(strip $(MSGFMT)),:) .PHONY: do-gettext-test tests: do-gettext-test do-gettext-test: tst-gettext.sh $(objpfx)tst-gettext $(SHELL) -e $< $(common-objpfx) $(objpfx) endif endif +endif $(objpfx)msgs.h: po2test.sed ../po/de.po $(make-target-directory)