mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
2000-04-10 Andreas Jaeger <aj@suse.de>
* intl/Makefile: Don't run do-gettext-test when cross-compiling.
This commit is contained in:
parent
fd1b5c0fb6
commit
955ebce4b3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user