Move the pure locale functions into the new pure directory.
This commit is contained in:
parent
b9d2f353d9
commit
32f47b1d24
|
@ -35,6 +35,7 @@ for _, plat in ipairs(vars.plats) do
|
||||||
"+ctype_tab",
|
"+ctype_tab",
|
||||||
"./pure/string/*.c",
|
"./pure/string/*.c",
|
||||||
"./pure/stdlib/*.c",
|
"./pure/stdlib/*.c",
|
||||||
|
"./pure/locale/*.c",
|
||||||
"./ctype/*.c",
|
"./ctype/*.c",
|
||||||
"./errno/*.c",
|
"./errno/*.c",
|
||||||
"./locale/*.c",
|
"./locale/*.c",
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
localeconv.c
|
|
||||||
setlocale.c
|
|
|
@ -1,2 +0,0 @@
|
||||||
clean:
|
|
||||||
rm -f localeconv.o setlocale.o OLIST
|
|
Loading…
Reference in a new issue