META MODE: Fix 'make the-lot' with recent locale changes
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
b0f65ffcc8
commit
a23213fe40
@ -2,6 +2,7 @@
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
usr.bin/localedef.host \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
12
share/ctypedef/Makefile.depend
Normal file
12
share/ctypedef/Makefile.depend
Normal file
@ -0,0 +1,12 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
usr.bin/localedef.host \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
11
share/monetdef/Makefile.depend
Normal file
11
share/monetdef/Makefile.depend
Normal file
@ -0,0 +1,11 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
11
share/msgdef/Makefile.depend
Normal file
11
share/msgdef/Makefile.depend
Normal file
@ -0,0 +1,11 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
11
share/numericdef/Makefile.depend
Normal file
11
share/numericdef/Makefile.depend
Normal file
@ -0,0 +1,11 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
11
share/timedef/Makefile.depend
Normal file
11
share/timedef/Makefile.depend
Normal file
@ -0,0 +1,11 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
@ -11,6 +11,7 @@ DIRDEPS = \
|
||||
usr.bin/clang/clang.host \
|
||||
usr.bin/clang/tblgen.host \
|
||||
usr.bin/lex/lib.host \
|
||||
usr.bin/localedef.host \
|
||||
usr.bin/mkcsmapper_static.host \
|
||||
usr.bin/mkesdb_static.host \
|
||||
usr.bin/mkuzip.host \
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
DIRDEPS = \
|
||||
share/atf \
|
||||
share/ctypedef \
|
||||
share/colldef \
|
||||
share/dict \
|
||||
share/doc/IPv6 \
|
||||
|
39
usr.bin/localedef/Makefile.depend
Normal file
39
usr.bin/localedef/Makefile.depend
Normal file
@ -0,0 +1,39 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcompiler_rt \
|
||||
usr.bin/yacc.host \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
charmap.o: parser.h
|
||||
charmap.po: parser.h
|
||||
collate.o: parser.h
|
||||
collate.po: parser.h
|
||||
ctype.o: parser.h
|
||||
ctype.po: parser.h
|
||||
localedef.o: parser.h
|
||||
localedef.po: parser.h
|
||||
messages.o: parser.h
|
||||
messages.po: parser.h
|
||||
monetary.o: parser.h
|
||||
monetary.po: parser.h
|
||||
numeric.o: parser.h
|
||||
numeric.po: parser.h
|
||||
parser.o: parser.c
|
||||
parser.po: parser.c
|
||||
scanner.o: parser.h
|
||||
scanner.po: parser.h
|
||||
time.o: parser.h
|
||||
time.po: parser.h
|
||||
.endif
|
Loading…
Reference in New Issue
Block a user