diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2002-05-23 21:54:01 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2002-05-23 21:54:01 +0000 |
commit | 96e940864c0dfdd66f6ebc4a6ef1f58d1d81f238 (patch) | |
tree | 9745a91757b8efa871cce60ae2afe44ad6c3e616 /libc | |
parent | d730fb4d646ac74ee6bbd227411329090fb3206c (diff) |
Obligatory forgotten file during commit...
Diffstat (limited to 'libc')
-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 8dcf5486a..7e9d1ec59 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -35,7 +35,7 @@ ifeq ($(strip $(INCLUDE_THREADS)),true) DIRS += pthread endif ifeq ($(strip $(HAS_WCHAR)),true) -DIRS += wctype # wchar +DIRS += wctype wchar endif all: libc.a |