aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/ctype/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/ctype/Makefile.inc')
-rw-r--r--lib/libc/ctype/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/ctype/Makefile.inc b/lib/libc/ctype/Makefile.inc
index 8486a8a..25513a9 100644
--- a/lib/libc/ctype/Makefile.inc
+++ b/lib/libc/ctype/Makefile.inc
@@ -1,5 +1,5 @@
# *****************************************************************************
-# * Copyright (c) 2004, 2007 IBM Corporation
+# * Copyright (c) 2004, 2008 IBM Corporation
# * All rights reserved.
# * This program and the accompanying materials
# * are made available under the terms of the BSD License
@@ -11,7 +11,7 @@
# ****************************************************************************/
-CTYPE_SRC_C = isdigit.c isspace.c isxdigit.c tolower.c toupper.c
+CTYPE_SRC_C = isdigit.c isprint.c isspace.c isxdigit.c tolower.c toupper.c
CTYPE_SRC_ASM =
CTYPE_SRCS = $(CTYPE_SRC_C:%=$(CTYPECMNDIR)/%) $(CTYPE_SRC_ASM:%=$(CTYPECMNDIR)/%)
CTYPE_OBJS = $(CTYPE_SRC_C:%.c=%.o) $(CTYPE_SRC_ASM:%.S=%.o)