summaryrefslogtreecommitdiff
path: root/libc/misc/regex/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/regex/Makefile.in')
-rw-r--r--libc/misc/regex/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/misc/regex/Makefile.in b/libc/misc/regex/Makefile.in
index 4a2e53fa2..f9af23007 100644
--- a/libc/misc/regex/Makefile.in
+++ b/libc/misc/regex/Makefile.in
@@ -5,6 +5,8 @@
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
+subdirs += libc/misc/regex
+
ifeq ($(UCLIBC_HAS_REGEX_OLD),y)
CSRC := regex_old.c
else