libc: remove reference to nonexistent lib/locale directory
As far as I can tell this was introduced in r72406 and updated in several subsequent revisions, but the lib/locale directory it referenced never existed. Reviewed by: ngie Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D9252
This commit is contained in:
parent
ec5753e0eb
commit
3a067f5b07
@ -1,8 +1,7 @@
|
||||
# Makefile.inc,v 1.2 1994/09/13 21:26:01 wollman Exp
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${LIBC_SRCTOP}/stdtime ${LIBC_SRCTOP}/../locale \
|
||||
${LIBC_SRCTOP}/../../contrib/tzcode/stdtime
|
||||
.PATH: ${LIBC_SRCTOP}/stdtime ${LIBC_SRCTOP}/../../contrib/tzcode/stdtime
|
||||
|
||||
SRCS+= asctime.c difftime.c localtime.c strftime.c strptime.c timelocal.c \
|
||||
time32.c
|
||||
|
Loading…
Reference in New Issue
Block a user