summaryrefslogtreecommitdiff
path: root/libc/misc/fnmatch/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/fnmatch/Makefile.in')
-rw-r--r--libc/misc/fnmatch/Makefile.in2
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