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