diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2001-03-18 22:19:32 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2001-03-18 22:19:32 +0000 |
commit | a12156f0c4d93e521429a72d3eb0a109655fb219 (patch) | |
tree | 8e1a1626bf4cc2236e9d19c769e427c0b7ef4069 /libc/misc/Makefile | |
parent | a91d0a538d52c77fd56a3f44974f96654125d9db (diff) |
Part of the ctype locale support.
Diffstat (limited to 'libc/misc/Makefile')
-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 fcaf6b473..3bae40b43 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 + time utmp tsearch locale # regex bombs out with an internal compiler error using m68k-pic-coff-gcc. ifneq ($(TARGET_ARCH),m68k) |