diff options
Diffstat (limited to 'dirent/Makefile')
-rw-r--r-- | dirent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirent/Makefile b/dirent/Makefile index 6040a3a744..fcd6dcdcc4 100644 --- a/dirent/Makefile +++ b/dirent/Makefile @@ -32,4 +32,4 @@ tests := list tst-seekdir opendir-tst1 include ../Rules -opendir-tst1.args = --test-dir=${objdir} +opendir-tst1-ARGS = --test-dir=${objdir} |