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. --- libio/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libio/Makefile') diff --git a/libio/Makefile b/libio/Makefile index 80d84e5..e07fbc3 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)' \ -- cgit v1.1