summaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-05 07:40:59 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-05 07:40:59 +0000
commit7d4de9612fa600512e7212eb9c74dd43d313fbcb (patch)
tree639eb00b4533b8181e38defff6a71379d1c03abb /intl
parentf0d872e901ac231a491409f8a27954a46ecebc3c (diff)
Update.
2000-04-04 Andreas Jaeger <aj@suse.de> * intl/Makefile: Only run the gettext test with shared libraries.
Diffstat (limited to 'intl')
-rw-r--r--intl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/intl/Makefile b/intl/Makefile
index ec81df1221..fc51e2ec13 100644
--- a/intl/Makefile
+++ b/intl/Makefile
@@ -44,10 +44,12 @@ $(objpfx)plural.o: plural.c
include ../Rules
+ifeq (yes,$(build-shared))
.PHONY: do-gettext-test
tests: do-gettext-test
do-gettext-test: tst-gettext.sh $(objpfx)tst-gettext
$(SHELL) -e $< $(common-objpfx) $(objpfx)
+endif
$(objpfx)msgs.h: po2test.sed ../po/de.po
$(make-target-directory)