summaryrefslogtreecommitdiff
path: root/libc/misc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/misc/Makefile')
-rw-r--r--libc/misc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/misc/Makefile b/libc/misc/Makefile
index ae61b13a7..6334bcf15 100644
--- a/libc/misc/Makefile
+++ b/libc/misc/Makefile
@@ -25,7 +25,8 @@ include $(TOPDIR)Rules.mak
LIBC=$(TOPDIR)libc.a
-DIRS = assert crypt ctype fnmatch glob internals lsearch mntent syslog shm time utmp tsearch
+DIRS = assert crypt ctype fnmatch glob internals lsearch mntent syslog shm \
+ time utmp tsearch #wordexp
# regex bombs out with an internal compiler error using m68k-pic-coff-gcc.
ifneq ($(TARGET_ARCH),m68k)