diff options
Diffstat (limited to 'libc/misc/fnmatch')
-rw-r--r-- | libc/misc/fnmatch/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/misc/fnmatch/Makefile.in b/libc/misc/fnmatch/Makefile.in index ac9076dd2..75746ef2b 100644 --- a/libc/misc/fnmatch/Makefile.in +++ b/libc/misc/fnmatch/Makefile.in @@ -5,6 +5,8 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # +subdirs += libc/misc/fnmatch + ifeq ($(UCLIBC_HAS_FNMATCH_OLD),y) CSRC := fnmatch_old.c else |