Regenerate Makefile.in

Regenerate Makefile.in with changes in commits 153385d8 and 433aad91

2015-06-29  Jon Turney  <jon.turney@dronecode.org.uk>

	* libc/ctype/Makefile.in: Regenerate.
	* libc/posix/Makefile.in: Ditto.
	* libc/stdio/Makefile.in: Ditto.
	* libc/stdio64/Makefile.in: Ditto.
	* libc/stdlib/Makefile.in: Ditto.
	* libc/string/Makefile.in: Ditto.

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
Jon TURNEY 2015-06-29 12:24:04 +01:00
parent c2c1b84309
commit 166d86c9d4
7 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,12 @@
2015-06-29 Jon Turney <jon.turney@dronecode.org.uk>
* libc/ctype/Makefile.in: Regenerate.
* libc/posix/Makefile.in: Ditto.
* libc/stdio/Makefile.in: Ditto.
* libc/stdio64/Makefile.in: Ditto.
* libc/stdlib/Makefile.in: Ditto.
* libc/string/Makefile.in: Ditto.
2015-06-23 Jon Turney <jon.turney@dronecode.org.uk>
* libc/ctype/Makefile.am (CHEWOUT_FILES): Add isblank.def.

View File

@ -343,6 +343,7 @@ CHEWOUT_FILES = \
isalnum.def \
isalpha.def \
isascii.def \
isblank.def \
iscntrl.def \
isdigit.def \
islower.def \

View File

@ -320,7 +320,8 @@ libposix_la_LDFLAGS = -Xcompiler -nostdlib
@USE_LIBTOOL_FALSE@lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
@USE_LIBTOOL_FALSE@lib_a_CFLAGS = $(AM_CFLAGS)
CHEWOUT_FILES = \
popen.def
popen.def \
posix_spawn.def
SUFFIXES = .def
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str

View File

@ -705,7 +705,6 @@ CHEWOUT_FILES = \
getline.def \
gets.def \
getw.def \
getwc.def \
getwchar.def \
mktemp.def \
open_memstream.def \
@ -716,7 +715,6 @@ CHEWOUT_FILES = \
putchar_u.def \
puts.def \
putw.def \
putwc.def \
putwchar.def \
remove.def \
rename.def \

View File

@ -293,6 +293,7 @@ libstdio64_la_LDFLAGS = -Xcompiler -nostdlib
@USE_LIBTOOL_FALSE@lib_a_CFLAGS = $(AM_CFLAGS)
AM_CFLAGS = -I $(srcdir)/../stdio
CHEWOUT_FILES = \
fdopen64.def \
fgetpos64.def \
fopen64.def \
freopen64.def \

View File

@ -501,7 +501,6 @@ CHEWOUT_FILES = \
llabs.def \
lldiv.def \
malloc.def \
$(MALLOCR).def \
mblen.def \
mbsnrtowcs.def \
mbstowcs.def \

View File

@ -446,7 +446,7 @@ wcsncmp.def wcsncpy.def wcsnlen.def wcspbrk.def \
wcsrchr.def wcsspn.def wcsstr.def wcstok.def \
wcswidth.def wcsxfrm.def wcwidth.def wmemchr.def \
wmemcmp.def wmemcpy.def wmemmove.def wmemset.def \
memmem.def memrchr.def rawmemchr.def
memmem.def memrchr.def rawmemchr.def strchrnul.def
SUFFIXES = .def
CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str