diff options
Diffstat (limited to 'ctype/Makefile')
-rw-r--r-- | ctype/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ctype/Makefile b/ctype/Makefile index d14348feba..eaf4d32314 100644 --- a/ctype/Makefile +++ b/ctype/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 1992, 1993, 1997 Free Software Foundation, Inc. +# Copyright (C) 1991, 1992, 1993, 1997, 2002 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -22,7 +22,7 @@ subdir := ctype headers := ctype.h -routines := ctype ctype-extn ctype_l +routines := ctype ctype-extn ctype_l isctype aux := ctype-info tests := test_ctype |