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