mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00: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
|
include ../Rules
|
||||||
|
|
||||||
|
ifeq (no,$(cross-compiling))
|
||||||
ifeq (yes,$(build-shared))
|
ifeq (yes,$(build-shared))
|
||||||
.PHONY: do-gettext-test
|
.PHONY: do-gettext-test
|
||||||
tests: do-gettext-test
|
tests: do-gettext-test
|
||||||
do-gettext-test: tst-gettext.sh $(objpfx)tst-gettext
|
do-gettext-test: tst-gettext.sh $(objpfx)tst-gettext
|
||||||
$(SHELL) -e $< $(common-objpfx) $(objpfx)
|
$(SHELL) -e $< $(common-objpfx) $(objpfx)
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
$(objpfx)msgs.h: po2test.sed ../po/de.po
|
$(objpfx)msgs.h: po2test.sed ../po/de.po
|
||||||
$(make-target-directory)
|
$(make-target-directory)
|
||||||
|
Loading…
Reference in New Issue
Block a user