From e7a95dc622058b3e8cb90263c51e96ae04abfe71 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 29 May 1998 10:25:23 +0000 Subject: Update. 1998-05-29 Ulrich Drepper * io/Makefile: Don't run ftwtest-sh if cross-compiling. * string/Makefile: Don't run test on tst/svc.out if cross-compiling. Reported by Deborah Wallach . --- io/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'io') diff --git a/io/Makefile b/io/Makefile index e15676f39d..f8597f5972 100644 --- a/io/Makefile +++ b/io/Makefile @@ -62,5 +62,7 @@ include ../Rules CFLAGS-fts.c = -Wno-uninitialized CFLAGS-ftw.c = -Wno-uninitialized +ifeq ($(cross-compiling),no) tests: $(objpfx)ftwtest $(SHELL) -e ftwtest-sh $(common-objpfx) $< +endif -- cgit v1.2.3-70-g09d2