summaryrefslogtreecommitdiff
path: root/libc/misc/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-13 06:37:21 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-13 06:37:21 +0000
commitb740cfc90a273243618ffce714bc0fbe2f61a082 (patch)
tree0444cf026af420960c6dcde4544d7c6a80f0eef6 /libc/misc/Makefile
parent485ed9315e18b58ba686c3eb9e8c285c549dc98a (diff)
Delete wordexp. There isn't much point in having this since
so few apps use it, and it is just a stub anyways. Better to just skip it.
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 86a574104..fcaf6b473 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
# regex bombs out with an internal compiler error using m68k-pic-coff-gcc.
ifneq ($(TARGET_ARCH),m68k)