diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-28 19:16:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-28 19:16:26 +0000 |
commit | 97a0d44d89e7724e104f3de8450112712767ec90 (patch) | |
tree | 06d89076813ebc3d744bc099ff4af35ae564cd66 /iconvdata/Makefile | |
parent | 105306ae6e43d3fe022c404ae07a49938049eef6 (diff) | |
download | glibc-97a0d44d89e7724e104f3de8450112712767ec90.tar.gz glibc-97a0d44d89e7724e104f3de8450112712767ec90.tar.xz glibc-97a0d44d89e7724e104f3de8450112712767ec90.zip |
Update.
1999-07-28 Andeas Schwab <schwab@suse.de> * iconvdata/Makefile: Don't try to run iconv tests when cross compiling.
Diffstat (limited to 'iconvdata/Makefile')
-rw-r--r-- | iconvdata/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/iconvdata/Makefile b/iconvdata/Makefile index 9789fa3e20..627f13ffb5 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -232,9 +232,11 @@ endif # build-shared = yes include ../Rules +ifeq (no,$(cross-compiling)) ifeq (yes,$(build-shared)) tests: $(objpfx)iconv-test.out endif +endif $(objpfx)iconv-test.out: run-iconv-test.sh $(objpfx)gconv-modules \ $(addprefix $(objpfx),$(modules.so)) \ |