diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-03-08 16:57:01 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-03-08 16:57:01 +0000 |
commit | 8c9e706626c6a0198f4b2660d3e66aec71e4d124 (patch) | |
tree | 0e539583f0c91cffbcc2d0eb2b392a278610d70c | |
parent | f89c67d20b3014038d023f8b686a3df2c797bd9f (diff) |
Hmm. Seems I left wordexp off. oops.
-rw-r--r-- | libc/misc/Makefile | 2 |
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) |