From 433aad912d9e324b137b8ff991bcdba3b5f5ea7f Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Tue, 16 Jun 2015 11:52:10 +0100 Subject: Don't chew files which contain no documentation markup Don't chew files which contain no documentation markup. Neither of the alternatives for MALLOCR (mallocr.c or nano-mallocr.c) contain any documentation markup. 2015-06-23 Jon Turney * libc/stdlib/Makefile.am (CHEWOUT_FILES): Remove $(MALLOCR).def. * libc/stdio/Makefile.am (CHEWOUT_FILES): Remove getwc.def and putwc.def. Signed-off-by: Jon TURNEY --- newlib/libc/stdlib/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'newlib/libc/stdlib') diff --git a/newlib/libc/stdlib/Makefile.am b/newlib/libc/stdlib/Makefile.am index e90517f85..c86010add 100644 --- a/newlib/libc/stdlib/Makefile.am +++ b/newlib/libc/stdlib/Makefile.am @@ -265,7 +265,6 @@ CHEWOUT_FILES= \ llabs.def \ lldiv.def \ malloc.def \ - $(MALLOCR).def \ mblen.def \ mbsnrtowcs.def \ mbstowcs.def \ -- cgit v1.2.3