about summary refs log tree commit diff
path: root/io
diff options
context:
space:
mode:
Diffstat (limited to 'io')
-rw-r--r--io/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/io/Makefile b/io/Makefile
index f8597f5972..9f08476248 100644
--- a/io/Makefile
+++ b/io/Makefile
@@ -60,9 +60,8 @@ distribute	:= ftwtest-sh
 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) $<
+	$(SHELL) -e ftwtest-sh $(common-objpfx) $(<D)/$(<F)
 endif