diff options
author | Andreas Jaeger <aj@suse.de> | 2001-02-12 14:23:41 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-02-12 14:23:41 +0000 |
commit | b647f210e61ab339fbb75dd9873daf7cb8f12665 (patch) | |
tree | fd28d5f8dfbe9da6b9a4acdb6b7fd77f1b53b815 /libio | |
parent | 22298d18f076adb79bb491356d577c2b4904741b (diff) | |
download | glibc-b647f210e61ab339fbb75dd9873daf7cb8f12665.tar.gz glibc-b647f210e61ab339fbb75dd9873daf7cb8f12665.tar.xz glibc-b647f210e61ab339fbb75dd9873daf7cb8f12665.zip |
Update.
2001-02-12 Andreas Jaeger <aj@suse.de> * posix/Makefile (tests): Don't run bug-regex2 when cross-compiling. * libio/Makefile (tests): Don't run test-freopen when cross-compiling. * manual/stdio.texi (Streams and I18N): Fix typos.
Diffstat (limited to 'libio')
-rw-r--r-- | libio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libio/Makefile b/libio/Makefile index 80d84e549d..e07fbc3d2e 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -97,7 +97,9 @@ distribute := iolibio.h libioP.h strfile.h Banner test-freopen.sh include ../Rules +ifeq (no,$(cross-compiling)) tests: $(objpfx)test-freopen.out +endif $(objpfx)test-freopen.out: test-freopen.sh $(objpfx)test-freopen $(SHELL) -e $< $(common-objpfx) '$(run-program-prefix)' \ |