diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-21 19:25:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-21 19:25:07 +0100 |
commit | 6d4d6e2cfc6b7ea247adca2d3ae137a68c4e5148 (patch) | |
tree | 70fbf17b4668f9cb5efa75a63f3835337decccb4 /libc/misc | |
parent | 0bd6bfb2b643ea2b4b1440dfd917ba752f0c0d15 (diff) |
remove misc/gnu, cleanup comment
Diffstat (limited to 'libc/misc')
-rw-r--r-- | libc/misc/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/misc/Makefile.in b/libc/misc/Makefile.in index e01b3dcbd..e45002e60 100644 --- a/libc/misc/Makefile.in +++ b/libc/misc/Makefile.in @@ -5,9 +5,6 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -#DIRS:=assert ctype dirent error file fnmatch ftw glob gnu internals intl locale mntent \ -# pthread regex search statfs syslog sysvipc time ttyent utmp wchar wctype wordexp - include $(top_srcdir)libc/misc/assert/Makefile.in include $(top_srcdir)libc/misc/ctype/Makefile.in include $(top_srcdir)libc/misc/dirent/Makefile.in @@ -18,7 +15,6 @@ include $(top_srcdir)libc/misc/fnmatch/Makefile.in include $(top_srcdir)libc/misc/ftw/Makefile.in include $(top_srcdir)libc/misc/fts/Makefile.in include $(top_srcdir)libc/misc/glob/Makefile.in -include $(top_srcdir)libc/misc/gnu/Makefile.in include $(top_srcdir)libc/misc/internals/Makefile.in include $(top_srcdir)libc/misc/locale/Makefile.in include $(top_srcdir)libc/misc/mntent/Makefile.in |