2000-04-10 Andreas Jaeger <aj@suse.de>

* intl/Makefile: Don't run do-gettext-test when cross-compiling.
This commit is contained in:
Andreas Jaeger 2000-04-09 22:50:08 +00:00
parent fd1b5c0fb6
commit 955ebce4b3
1 changed files with 2 additions and 0 deletions

View File

@ -44,12 +44,14 @@ $(objpfx)plural.o: plural.c
include ../Rules
ifeq (no,$(cross-compiling))
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
endif
$(objpfx)msgs.h: po2test.sed ../po/de.po
$(make-target-directory)