diff options
author | Andreas Jaeger <aj@suse.de> | 2000-05-24 09:31:17 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-05-24 09:31:17 +0000 |
commit | c7fd70badb24e93823ff72e3fce64020cc5fa40d (patch) | |
tree | 08c714e715b3549d2a8b9d50d89154862464558b | |
parent | 5e76a3468a034c261c0f7c3034186545f412bf20 (diff) | |
download | glibc-c7fd70badb24e93823ff72e3fce64020cc5fa40d.tar.gz glibc-c7fd70badb24e93823ff72e3fce64020cc5fa40d.tar.xz glibc-c7fd70badb24e93823ff72e3fce64020cc5fa40d.zip |
* intl/Makefile: Run gettext-test only if msgfmt is available.
-rw-r--r-- | intl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/intl/Makefile b/intl/Makefile index c9385ad9b3..a0278f2c4c 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) |