From 3b81d48f27e024a113ec63bdfa0b762808d5291c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 17 Oct 2000 21:23:48 +0000 Subject: Fix up ctype.h --- libc/misc/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libc/misc/Makefile') diff --git a/libc/misc/Makefile b/libc/misc/Makefile index 30c92fcf8..eb3dfd84d 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -21,7 +21,11 @@ # respective copyright holders. -DIRS = assert crypt ctype fnmatch glob internals lsearch regex shm time +DIRS = assert crypt fnmatch glob internals lsearch regex shm time + +ifeq ($(USE_CTYPE_C_FUNCTIONS),true) + DIRS+=ctype +endif all: libc.a -- cgit v1.2.3