summaryrefslogtreecommitdiff
path: root/libc/misc/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-08 16:57:01 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-08 16:57:01 +0000
commit8c9e706626c6a0198f4b2660d3e66aec71e4d124 (patch)
tree0e539583f0c91cffbcc2d0eb2b392a278610d70c /libc/misc/Makefile
parentf89c67d20b3014038d023f8b686a3df2c797bd9f (diff)
Hmm. Seems I left wordexp off. oops.
Diffstat (limited to 'libc/misc/Makefile')
-rw-r--r--libc/misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/Makefile b/libc/misc/Makefile
index 6334bcf15..86a574104 100644
--- a/libc/misc/Makefile
+++ b/libc/misc/Makefile
@@ -26,7 +26,7 @@ LIBC=$(TOPDIR)libc.a
DIRS = assert crypt ctype fnmatch glob internals lsearch mntent syslog shm \
- time utmp tsearch #wordexp
+ time utmp tsearch wordexp
# regex bombs out with an internal compiler error using m68k-pic-coff-gcc.
ifneq ($(TARGET_ARCH),m68k)