From b647f210e61ab339fbb75dd9873daf7cb8f12665 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 12 Feb 2001 14:23:41 +0000 Subject: Update. 2001-02-12 Andreas Jaeger * 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. --- posix/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'posix') diff --git a/posix/Makefile b/posix/Makefile index 8b70b62b37..73e78d43ad 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -137,7 +137,11 @@ endif # Run a test on the header files we use. # XXX Please note that for now we ignore the result of this test. -tests: $(objpfx)annexc.out $(objpfx)bug-regex2-mem +tests: $(objpfx)annexc.out +ifeq (no,$(cross-compiling)) +tests:$(objpfx)bug-regex2-mem +endif + $(objpfx)annexc.out: $(objpfx)annexc -$(dir $<)$(notdir $<) '$(CC)' \ '-I../include -I.. $(+sysdep-includes) $(sysincludes)' > $@ -- cgit v1.2.3