diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-06 22:15:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-06 22:15:07 +0000 |
commit | 0d69b1ac9fd304b51b170be041287ef3f9d72848 (patch) | |
tree | 9bdae01f7e654aedfbb339b783c6a689b5bf5a49 /wcsmbs/Makefile | |
parent | fda0f3bab054e5aa71fb1aacaf157b3f8fbaeb73 (diff) | |
download | glibc-0d69b1ac9fd304b51b170be041287ef3f9d72848.tar.gz glibc-0d69b1ac9fd304b51b170be041287ef3f9d72848.tar.xz glibc-0d69b1ac9fd304b51b170be041287ef3f9d72848.zip |
Update.
* wcsmbs/Depend: New file. * wcsmbs/Makefile (tests): Add tst-btowc. (tst-btowc-ENV): Define. * wcsmbs/tst-btowc.c: New file.
Diffstat (limited to 'wcsmbs/Makefile')
-rw-r--r-- | wcsmbs/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile index 7ca2800c05..42a1fa133c 100644 --- a/wcsmbs/Makefile +++ b/wcsmbs/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. +# Copyright (C) 1995,1996,1997,1998,1999,2000 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 @@ -39,7 +39,7 @@ routines := wcscat wcschr wcscmp wcscpy wcscspn wcsdup wcslen wcsncat \ wcscasecmp wcsncase wcscasecmp_l wcsncase_l \ wcsmbsload -tests := tst-wcstof wcsmbs-tst1 tst-wcsnlen +tests := tst-wcstof wcsmbs-tst1 tst-wcsnlen tst-btowc include ../Rules @@ -60,3 +60,5 @@ CFLAGS-wcstoull_l.c = -I../stdlib CFLAGS-wcstod_l.c = -I../stdlib CFLAGS-wcstold_l.c = -I../stdlib CFLAGS-wcstof_l.c = -I../stdlib + +tst-btowc-ENV = LOCPATH=$(common-objpfx)localedata |