diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2016-03-20 15:42:36 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2016-03-20 15:42:36 +0000 |
commit | 6be72344b1846e206068251d77d0ac24da4e450f (patch) | |
tree | 39885690222a253845a7a35d27a053189da336ec /lib/libc/locale | |
parent | 88428b1ee6168c93c06bec1effb82d2e9a6f0f46 (diff) |
LOCALE_CHARSETS has been unused for some time now
so no need to include share/locale/ctype/Makefile.inc to get it.
ok guenther@ stsp@ (who had the same diff)
Diffstat (limited to 'lib/libc/locale')
-rw-r--r-- | lib/libc/locale/Makefile.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/locale/Makefile.inc b/lib/libc/locale/Makefile.inc index 55cc38387c3..8c347ad9b25 100644 --- a/lib/libc/locale/Makefile.inc +++ b/lib/libc/locale/Makefile.inc @@ -1,11 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.20 2015/07/03 11:15:19 semarie Exp $ +# $OpenBSD: Makefile.inc,v 1.21 2016/03/20 15:42:35 jca Exp $ # locale sources .PATH: ${LIBCSRCDIR}/locale -# for LOCALECHARSETS -.include "${.CURDIR}/../../share/locale/ctype/Makefile.inc" - SRCS+= btowc.c _def_messages.c _def_monetary.c _def_numeric.c _def_time.c \ localeconv.c nl_langinfo.c setlocale.c iswctype.c __mb_cur_max.c \ mblen.c mbrlen.c mbstowcs.c mbtowc.c multibyte_citrus.c wcscoll.c \ @@ -43,4 +40,3 @@ MLINKS+=setlocale.3 localeconv.3 \ wcsrtombs.3 wcsnrtombs.3 CFLAGS+=-I${.CURDIR} -I${LIBCSRCDIR}/citrus -CFLAGS+=-DLOCALE_CHARSETS="\"${LOCALECHARSETS}\"" |