diff options
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/io/Makefile b/io/Makefile index 0c2cf9b..c7f02d6 100644 --- a/io/Makefile +++ b/io/Makefile @@ -66,6 +66,8 @@ CFLAGS-test-stat.c = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE CFLAGS-test-lfs.c = -D_LARGEFILE64_SOURCE ifeq ($(cross-compiling),no) -tests: $(objpfx)ftwtest - $(SHELL) -e ftwtest-sh $(common-objpfx) $(<D)/$(<F) +tests: $(objpfx)ftwtest.out + +$(objpfx)ftwtest.out: $(objpfx)ftwtest + $(SHELL) -e ftwtest-sh $(common-objpfx) $(<D)/$(<F) > $@ endif |