diff options
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |