summaryrefslogtreecommitdiff
path: root/dirent
diff options
context:
space:
mode:
Diffstat (limited to 'dirent')
-rw-r--r--dirent/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/dirent/Makefile b/dirent/Makefile
index 551372ebba..5d02a9c07b 100644
--- a/dirent/Makefile
+++ b/dirent/Makefile
@@ -35,6 +35,8 @@ tests := list tst-seekdir opendir-tst1 bug-readdir1 tst-fdopendir \
CFLAGS-scandir.c = $(uses-callbacks)
CFLAGS-scandir64.c = $(uses-callbacks)
+CFLAGS-scandir-tail.c = $(uses-callbacks)
+CFLAGS-scandir64-tail.c = $(uses-callbacks)
include ../Rules